Files
pezkuwi-subxt/polkadot/utils/remote-ext-tests/bags-list/Cargo.toml
T
alvicsam f441a5fc93 Diener workspacify
Signed-off-by: alvicsam <alvicsam@gmail.com>
2023-08-25 11:05:17 +02:00

25 lines
984 B
TOML

[package]
name = "remote-ext-tests-bags-list"
publish = false
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
polkadot-runtime = { path = "../../../runtime/polkadot" }
kusama-runtime = { path = "../../../runtime/kusama" }
westend-runtime = { path = "../../../runtime/westend" }
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 = { 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"
tokio = { version = "1.24.2", features = ["macros"] }