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",