point things to substrate git repo

This commit is contained in:
Robert Habermeier
2018-08-14 18:53:12 +02:00
parent e24537e653
commit cfdda87d44
15 changed files with 99 additions and 99 deletions
+4 -4
View File
@@ -6,13 +6,13 @@ description = "Collator node implementation"
[dependencies]
futures = "0.1.17"
substrate-client = { path = "../../substrate/client" }
substrate-codec = { path = "../../substrate/codec", version = "0.1" }
substrate-primitives = { path = "../../substrate/primitives", version = "0.1" }
substrate-client = { git = "https://github.com/paritytech/paritysubstrate" }
substrate-codec = { git = "https://github.com/paritytech/paritysubstrate", version = "0.1" }
substrate-primitives = { git = "https://github.com/paritytech/paritysubstrate", version = "0.1" }
polkadot-api = { path = "../api" }
polkadot-runtime = { path = "../runtime", version = "0.1" }
polkadot-primitives = { path = "../primitives", version = "0.1" }
polkadot-cli = { path = "../cli" }
log = "0.4"
ed25519 = { path = "../../substrate/ed25519" }
ed25519 = { git = "https://github.com/paritytech/paritysubstrate/ed25519" }
tokio = "0.1.7"