From d0f123eb1b47917cd80b13e532f95ae82d6ec5a1 Mon Sep 17 00:00:00 2001 From: zah Date: Wed, 10 Jan 2024 01:22:48 +0200 Subject: [PATCH] Add waku (#2784) --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index f730e47..edcebe7 100644 --- a/packages.json +++ b/packages.json @@ -7375,6 +7375,22 @@ "license": "MIT", "web": "https://github.com/zah/nim-package-visible-types" }, + { + "name": "waku", + "url": "https://github.com/waku-org/nwaku", + "method": "git", + "tags": [ + "peet-to-peer", + "communication", + "messaging", + "networking", + "cryptography", + "protocols" + ], + "description": "Implementation of the Waku protocol", + "license": "Apache License 2.0", + "web": "https://github.com/waku-org/nwaku" + }, { "name": "drchaos", "url": "https://github.com/status-im/nim-drchaos",