Basic informant (#118)

* Informant

* Pass Handle instead of Core
This commit is contained in:
Arkadiy Paronyan
2018-04-11 16:47:22 +02:00
committed by Robert Habermeier
parent 052c50b536
commit d978425f05
8 changed files with 104 additions and 17 deletions
+5 -1
View File
@@ -13,9 +13,13 @@ hex-literal = "0.1"
triehash = "0.1"
ed25519 = { path = "../../substrate/ed25519" }
app_dirs = "1.2"
tokio-core = "0.1.12"
futures = "0.1.17"
ctrlc = { git = "https://github.com/paritytech/rust-ctrlc.git" }
substrate-client = { path = "../../substrate/client" }
substrate-network = { path = "../../substrate/network" }
substrate-codec = { path = "../../substrate/codec" }
substrate-runtime-io = { path = "../../substrate/runtime-io" }
substrate-runtime-support = { path = "../../substrate/runtime-support" }
substrate-state-machine = { path = "../../substrate/state-machine" }
substrate-executor = { path = "../../substrate/executor" }
substrate-primitives = { path = "../../substrate/primitives" }