skeleton code for following a polkadot parachain

This commit is contained in:
Robert Habermeier
2019-01-21 19:54:44 -03:00
parent aa6cd4f231
commit 74981f268f
3 changed files with 110 additions and 7 deletions
+3 -1
View File
@@ -18,4 +18,6 @@ polkadot-primitives = { git = "https://github.com/paritytech/polkadot", branch =
# other deps
futures = "0.1.21"
tokio = "0.1.8"
tokio = "0.1.8"
parity-codec = "2.0"
log = "0.4"