mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 14:31:02 +00:00
@@ -14,10 +14,10 @@ polkadot-runtime-constants = { path = "../../../runtime/polkadot/constants" }
|
||||
kusama-runtime-constants = { path = "../../../runtime/kusama/constants" }
|
||||
westend-runtime-constants = { path = "../../../runtime/westend/constants" }
|
||||
|
||||
pallet-bags-list-remote-tests = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-tracing = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
frame-system = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
sp-core = { git = "https://github.com/paritytech/substrate", branch = "master" }
|
||||
pallet-bags-list-remote-tests = { path = "../../../../substrate/frame/bags-list/remote-tests" }
|
||||
sp-tracing = { path = "../../../../substrate/primitives/tracing" }
|
||||
frame-system = { path = "../../../../substrate/frame/system" }
|
||||
sp-core = { path = "../../../../substrate/primitives/core" }
|
||||
|
||||
clap = { version = "4.0.9", features = ["derive"] }
|
||||
log = "0.4.17"
|
||||
|
||||
Reference in New Issue
Block a user