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
+15 -15
View File
@@ -10,21 +10,21 @@ crate-type = ["cdylib"]
integer-sqrt = { git = "https://github.com/paritytech/integer-sqrt-rs.git", branch = "master" }
polkadot-primitives = { path = "../../primitives", default-features = false }
safe-mix = { version = "1.0", default-features = false }
substrate-codec = { path = "../../../substrate/codec", default-features = false }
substrate-primitives = { path = "../../../substrate/primitives", default-features = false }
substrate-runtime-std = { path = "../../../substrate/runtime-std", default-features = false }
substrate-runtime-io = { path = "../../../substrate/runtime-io", default-features = false }
substrate-runtime-support = { path = "../../../substrate/runtime-support", default-features = false }
substrate-runtime-consensus = { path = "../../../substrate/runtime/consensus", default-features = false }
substrate-runtime-council = { path = "../../../substrate/runtime/council", default-features = false }
substrate-runtime-democracy = { path = "../../../substrate/runtime/democracy", default-features = false }
substrate-runtime-executive = { path = "../../../substrate/runtime/executive", default-features = false }
substrate-runtime-primitives = { path = "../../../substrate/runtime/primitives", default-features = false }
substrate-runtime-session = { path = "../../../substrate/runtime/session", default-features = false }
substrate-runtime-staking = { path = "../../../substrate/runtime/staking", default-features = false }
substrate-runtime-system = { path = "../../../substrate/runtime/system", default-features = false }
substrate-runtime-timestamp = { path = "../../../substrate/runtime/timestamp", default-features = false }
substrate-runtime-version = { path = "../../../substrate/runtime/version", default-features = false }
substrate-codec = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
substrate-primitives = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
substrate-runtime-std = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
substrate-runtime-io = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
substrate-runtime-support = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
substrate-runtime-consensus = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
substrate-runtime-council = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
substrate-runtime-democracy = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
substrate-runtime-executive = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
substrate-runtime-primitives = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
substrate-runtime-session = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
substrate-runtime-staking = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
substrate-runtime-system = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
substrate-runtime-timestamp = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
substrate-runtime-version = { git = "https://github.com/paritytech/paritysubstrate", default-features = false }
[features]
default = []