diff options
| -rw-r--r-- | packages.json | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 89f33d3..61f7187 100644 --- a/packages.json +++ b/packages.json @@ -3373,6 +3373,20 @@ "license": "MIT", "web": "https://github.com/rogercloud/nim-rpc" }, + { + "name": "nimrpc-milis", + "url": "https://github.com/milisarge/nimrpc-milis", + "method": "git", + "tags": [ + "msgpack", + "library", + "rpc", + "nimrpc" + ], + "description": "RPC implementation for Nim based on msgpack4nim", + "license": "MIT", + "web": "https://github.com/milisarge/nimrpc-milis" + }, { "name": "asyncevents", "url": "https://github.com/tulayang/asyncevents", |
