diff --git a/packages.json b/packages.json index 3195689..c478446 100644 --- a/packages.json +++ b/packages.json @@ -20831,5 +20831,17 @@ "description": "NodeJS Standard Library for Nim", "license": "MIT", "web": "https://github.com/juancarlospaco/nodestdlib" + }, + { + "name": "dnsprotocol", + "url": "https://github.com/rockcavera/nim-dnsprotocol", + "method": "git", + "tags": [ + "dns", + "protocol" + ], + "description": "Domain Name System (DNS) protocol for Nim programming language", + "license": "MIT", + "web": "https://github.com/rockcavera/nim-dnsprotocol" } ]