From 2b494db48b641ca88ccc0dd50e6adbecaf139f2b Mon Sep 17 00:00:00 2001 From: zah Date: Tue, 28 Jun 2022 19:30:16 +0300 Subject: [PATCH] Add status-im/nim-libp2p-dht (nimble package libp2pdht) (#2263) --- packages.json | 15 +++++++++++++++ 1 file changed, 15 insertions(+) diff --git a/packages.json b/packages.json index 5807704..e38096a 100644 --- a/packages.json +++ b/packages.json @@ -7081,6 +7081,21 @@ "license": "Apache License 2.0", "web": "https://github.com/status-im/nim-libp2p" }, + { + "name": "libp2pdht", + "url": "https://github.com/status-im/nim-libp2p-dht", + "method": "git", + "tags": [ + "library", + "networking", + "libp2p", + "dhs", + "kademlia" + ], + "description": "DHT based on the libp2p Kademlia spec", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-libp2p" + }, { "name": "rlp", "url": "https://github.com/status-im/nim-rlp",