diff --git a/packages.json b/packages.json index 1652689..403577a 100644 --- a/packages.json +++ b/packages.json @@ -2294,6 +2294,19 @@ "license": "MIT", "web": "https://github.com/jangko/msgpack4nim" }, + { + "name": "nim-rpc", + "url": "https://github.com/rogercloud/nim-rpc", + "method": "git", + "tags": [ + "msgpack", + "library", + "rpc" + ], + "description": "RPC implementation for Nim based on msgpack4nim", + "license": "MIT", + "web": "https://github.com/rogercloud/nim-rpc" + }, { "name": "binaryheap", "url": "https://github.com/bluenote10/nim-heap",