mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-20 16:15:41 +00:00
point things to substrate git repo
This commit is contained in:
+17
-17
@@ -10,23 +10,23 @@ serde = { version = "1.0", default_features = false }
|
||||
serde_derive = { version = "1.0", optional = true }
|
||||
safe-mix = { version = "1.0", default_features = false}
|
||||
polkadot-primitives = { path = "../primitives", default_features = false }
|
||||
substrate-codec = { path = "../../substrate/codec" }
|
||||
substrate-serializer = { path = "../../substrate/serializer" }
|
||||
substrate-runtime-std = { path = "../../substrate/runtime-std" }
|
||||
substrate-runtime-io = { path = "../../substrate/runtime-io" }
|
||||
substrate-runtime-support = { path = "../../substrate/runtime-support" }
|
||||
substrate-primitives = { path = "../../substrate/primitives" }
|
||||
substrate-keyring = { path = "../../substrate/keyring" }
|
||||
substrate-runtime-consensus = { path = "../../substrate/runtime/consensus" }
|
||||
substrate-runtime-council = { path = "../../substrate/runtime/council" }
|
||||
substrate-runtime-democracy = { path = "../../substrate/runtime/democracy" }
|
||||
substrate-runtime-executive = { path = "../../substrate/runtime/executive" }
|
||||
substrate-runtime-primitives = { path = "../../substrate/runtime/primitives" }
|
||||
substrate-runtime-session = { path = "../../substrate/runtime/session" }
|
||||
substrate-runtime-staking = { path = "../../substrate/runtime/staking" }
|
||||
substrate-runtime-system = { path = "../../substrate/runtime/system" }
|
||||
substrate-runtime-timestamp = { path = "../../substrate/runtime/timestamp" }
|
||||
substrate-runtime-version = { path = "../../substrate/runtime/version" }
|
||||
substrate-codec = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-serializer = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-runtime-std = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-runtime-io = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-runtime-support = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-primitives = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-keyring = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-runtime-consensus = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-runtime-council = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-runtime-democracy = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-runtime-executive = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-runtime-primitives = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-runtime-session = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-runtime-staking = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-runtime-system = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-runtime-timestamp = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
substrate-runtime-version = { git = "https://github.com/paritytech/paritysubstrate" }
|
||||
|
||||
[dev-dependencies]
|
||||
hex-literal = "0.1.0"
|
||||
|
||||
@@ -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 = []
|
||||
|
||||
Reference in New Issue
Block a user