From 0607d06adb161b185394e921dc855a464f402c7f Mon Sep 17 00:00:00 2001 From: Esteban C Borsani Date: Thu, 29 May 2025 17:16:27 -0300 Subject: [PATCH] Add kxrouter (#3045) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 7c1bb96..90a99f6 100644 --- a/packages.json +++ b/packages.json @@ -19104,6 +19104,19 @@ "license": "MIT", "web": "https://github.com/nitely/nim-hyps" }, + { + "name": "kxrouter", + "url": "https://github.com/nitely/nim-kxrouter", + "method": "git", + "tags": [ + "karax", + "web", + "router" + ], + "description": "A karax router with life-time events", + "license": "MIT", + "web": "https://github.com/nitely/nim-kxrouter" + }, { "name": "delight", "url": "https://github.com/liquid600pgm/delight",