mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 04:41:02 +00:00
@@ -8,12 +8,12 @@ license.workspace = true
|
||||
[dependencies]
|
||||
futures = "0.3.21"
|
||||
gum = { package = "tracing-gum", path = "../../gum" }
|
||||
sp-blockchain = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-blockchain = { path = "../../../../substrate/primitives/blockchain" }
|
||||
polkadot-primitives = { path = "../../../primitives" }
|
||||
polkadot-node-metrics = { path = "../../metrics" }
|
||||
polkadot-node-subsystem = {path = "../../subsystem" }
|
||||
sc-client-api = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sc-consensus-babe = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
polkadot-node-subsystem = { path = "../../subsystem" }
|
||||
sc-client-api = { path = "../../../../substrate/client/api" }
|
||||
sc-consensus-babe = { path = "../../../../substrate/client/consensus/babe" }
|
||||
|
||||
[dev-dependencies]
|
||||
futures = { version = "0.3.21", features = ["thread-pool"] }
|
||||
@@ -21,4 +21,4 @@ maplit = "1.0.2"
|
||||
parity-scale-codec = "3.6.1"
|
||||
polkadot-node-primitives = { path = "../../primitives" }
|
||||
polkadot-node-subsystem-test-helpers = { path = "../../subsystem-test-helpers" }
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-core = { path = "../../../../substrate/primitives/core" }
|
||||
|
||||
Reference in New Issue
Block a user