mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-05-31 20:21:03 +00:00
dcda0e50f5
* Fix build profiles Closes https://github.com/paritytech/polkadot-sdk/issues/1155 Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Manually set version to 1.0.0 Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * Use workspace repo Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> * 'Authors and Edition from workspace Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
25 lines
977 B
TOML
25 lines
977 B
TOML
[package]
|
|
name = "remote-ext-tests-bags-list"
|
|
publish = false
|
|
version = "1.0.0"
|
|
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"] }
|