back to cargo crates

This commit is contained in:
debris
2016-02-15 10:47:56 +01:00
parent 5b6e47c56f
commit 874dcdd840
2 changed files with 15 additions and 15 deletions

View File

@@ -9,10 +9,10 @@ authors = ["Ethcore <admin@ethcore.io"]
[dependencies]
serde = "0.6.7"
serde_macros = { git = "https://github.com/debris/serde", path = "serde_macros" }
serde_macros = "0.6.13"
serde_json = "0.6.0"
jsonrpc-core = { git = "https://github.com/debris/jsonrpc-core" }
jsonrpc-http-server = { git = "https://github.com/debris/jsonrpc-http-server" }
jsonrpc-core = "1.1.2"
jsonrpc-http-server = "1.1.2"
ethcore-util = { path = "../util" }
ethcore = { path = "../ethcore" }
ethsync = { path = "../sync" }