From 729b2cb002be0672568a6e1acb43e2e1c64ac795 Mon Sep 17 00:00:00 2001 From: Zahary Karadjov Date: Fri, 20 Jul 2018 19:35:39 +0300 Subject: [PATCH] add json_rpc --- packages.json | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) diff --git a/packages.json b/packages.json index 558da9a..e082aee 100644 --- a/packages.json +++ b/packages.json @@ -5915,6 +5915,22 @@ "license": "Apache License 2.0", "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",