From acd74a58e05388b95a14e64a592b3badc21b2a21 Mon Sep 17 00:00:00 2001 From: David Lamparter Date: Tue, 4 Jun 2013 17:19:28 +0000 Subject: cethcan: add jsonrpc module from github jsonrpc provides some JSON-RPC helper code using Jansson, which happens to be the json library cethcan already uses. --- .gitmodules | 3 +++ cethcan/jsonrpc | 1 + 2 files changed, 4 insertions(+) create mode 100644 .gitmodules create mode 160000 cethcan/jsonrpc diff --git a/.gitmodules b/.gitmodules new file mode 100644 index 0000000..909b569 --- /dev/null +++ b/.gitmodules @@ -0,0 +1,3 @@ +[submodule "cethcan/jsonrpc"] + path = cethcan/jsonrpc + url = https://github.com/pijyoi/jsonrpc.git diff --git a/cethcan/jsonrpc b/cethcan/jsonrpc new file mode 160000 index 0000000..f1129ce --- /dev/null +++ b/cethcan/jsonrpc @@ -0,0 +1 @@ +Subproject commit f1129ceb84c27f9d8c4ffb9b83786f76e501db84 -- cgit v1.2.1