mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-06-13 16:21:06 +00:00
@@ -21,7 +21,7 @@ gum = { package = "tracing-gum", path = "../gum" }
|
||||
derive_more = "0.99.17"
|
||||
lru = "0.11.0"
|
||||
|
||||
polkadot-node-subsystem = {path = "../subsystem" }
|
||||
polkadot-node-subsystem = { path = "../subsystem" }
|
||||
polkadot-node-jaeger = { path = "../jaeger" }
|
||||
polkadot-node-metrics = { path = "../metrics" }
|
||||
polkadot-node-network-protocol = { path = "../network/protocol" }
|
||||
@@ -30,9 +30,9 @@ polkadot-node-primitives = { path = "../primitives" }
|
||||
polkadot-overseer = { path = "../overseer" }
|
||||
metered = { package = "prioritized-metered-channel", version = "0.2.0" }
|
||||
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-application-crypto = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-keystore = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-core = { path = "../../../substrate/primitives/core" }
|
||||
sp-application-crypto = { path = "../../../substrate/primitives/application-crypto" }
|
||||
sp-keystore = { path = "../../../substrate/primitives/keystore" }
|
||||
|
||||
kvdb = "0.13.0"
|
||||
parity-db = { version = "0.4.8"}
|
||||
|
||||
Reference in New Issue
Block a user