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 +++ 1 file changed, 3 insertions(+) create mode 100644 .gitmodules (limited to '.gitmodules') 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 -- cgit v1.2.1