diff options
| author | Zahary Karadjov <zahary@gmail.com> | 2018-07-20 19:35:39 +0300 |
|---|---|---|
| committer | zah <zahary@gmail.com> | 2018-07-20 19:59:46 +0300 |
| commit | 729b2cb002be0672568a6e1acb43e2e1c64ac795 (patch) | |
| tree | 28f81f7b0b03fd0f7f54b7a2091ec954a61f9a2a | |
| parent | 128f0bcb5df119f7e23f62a87ac66e6722578d05 (diff) | |
| download | packages-729b2cb002be0672568a6e1acb43e2e1c64ac795.tar.gz packages-729b2cb002be0672568a6e1acb43e2e1c64ac795.zip | |
add json_rpc
| -rw-r--r-- | packages.json | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/packages.json b/packages.json index 558da9a..e082aee 100644 --- a/packages.json +++ b/packages.json @@ -5916,6 +5916,22 @@ "web": "https://github.com/status-im/nim-ranges" }, { + "name": "json_rpc", + "url": "https://github.com/status-im/nim-json-rpc", + "method": "git", + "tags": [ + "library", + "json-rpc", + "server", + "client", + "rpc", + "json" + ], + "description": "Nim library for implementing JSON-RPC clients and servers", + "license": "Apache License 2.0", + "web": "https://github.com/status-im/nim-json-rpc" + }, + { "name": "rlp", "url": "https://github.com/status-im/nim-rlp", "method": "git", |
