From 82a19aa5911ce804f9b5ab372f45df045e73163c Mon Sep 17 00:00:00 2001 From: Esteban C Borsani Date: Tue, 6 May 2025 17:41:43 -0300 Subject: [PATCH] Add hyps package (#3038) --- packages.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/packages.json b/packages.json index 4a67ae2..d4907cd 100644 --- a/packages.json +++ b/packages.json @@ -19078,6 +19078,19 @@ "license": "MIT", "web": "https://github.com/nitely/nim-grpc" }, + { + "name": "hyps", + "url": "https://github.com/nitely/nim-hyps", + "method": "git", + "tags": [ + "pubsub", + "web", + "async" + ], + "description": "An async pub/sub client and server", + "license": "MIT", + "web": "https://github.com/nitely/nim-hyps" + }, { "name": "delight", "url": "https://github.com/liquid600pgm/delight",