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
+6 -6
View File
@@ -6,14 +6,14 @@ authors = ["Parity Technologies <admin@parity.io>"]
[dependencies]
serde = { version = "1.0", default_features = false }
serde_derive = { version = "1.0", optional = true }
substrate-codec = { path = "../../substrate/codec", default_features = false }
substrate-codec-derive = { path = "../../substrate/codec/derive", default_features = false }
substrate-primitives = { path = "../../substrate/primitives", default_features = false }
substrate-runtime-std = { path = "../../substrate/runtime-std", default_features = false }
substrate-runtime-primitives = { path = "../../substrate/runtime/primitives", default_features = false }
substrate-codec = { git = "https://github.com/paritytech/paritysubstrate", default_features = false }
substrate-codec-derive = { 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-primitives = { git = "https://github.com/paritytech/paritysubstrate", default_features = false }
[dev-dependencies]
substrate-serializer = { path = "../../substrate/serializer" }
substrate-serializer = { git = "https://github.com/paritytech/paritysubstrate" }
pretty_assertions = "0.4"
[features]