get building

This commit is contained in:
Robert Habermeier
2018-08-15 13:40:46 +02:00
21 changed files with 4275 additions and 288 deletions
+1 -1
View File
@@ -14,5 +14,5 @@ polkadot-runtime = { path = "../runtime", version = "0.1" }
polkadot-primitives = { path = "../primitives", version = "0.1" }
polkadot-cli = { path = "../cli" }
log = "0.4"
ed25519 = { git = "https://github.com/paritytech/polkadot" }
ed25519 = { git = "https://github.com/paritytech/polkadot", branch = "split-substrate" }
tokio = "0.1.7"