diff options
author | David Lamparter <equinox@diac24.net> | 2013-06-04 17:19:28 +0000 |
---|---|---|
committer | root <root@beaglebone.local.sublab.org> | 2013-06-04 17:19:28 +0000 |
commit | acd74a58e05388b95a14e64a592b3badc21b2a21 (patch) | |
tree | d7f5741d0f29700c457c94a2693aafa820603737 /.gitmodules | |
parent | fc766398ea1aea57d59f1f6779a5ee46155a0bb3 (diff) |
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.
Diffstat (limited to '.gitmodules')
-rw-r--r-- | .gitmodules | 3 |
1 files changed, 3 insertions, 0 deletions
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 |