mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-07-07 22:27:21 +00:00
3717ec3802
Related https://github.com/paritytech/polkadot-sdk/issues/3032 --- Using https://github.com/liamaharon/cargo-workspace-version-tools/ `cargo run -- sync --path ../polkadot-sdk` --------- Signed-off-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io> Co-authored-by: Oliver Tale-Yazdi <oliver.tale-yazdi@parity.io>
19 lines
475 B
TOML
19 lines
475 B
TOML
[package]
|
|
name = "polkadot-voter-bags"
|
|
version = "7.0.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
description = "CLI to generate voter bags for Polkadot runtimes"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
clap = { version = "4.4.18", features = ["derive"] }
|
|
|
|
generate-bags = { path = "../../../substrate/utils/frame/generate-bags" }
|
|
sp-io = { path = "../../../substrate/primitives/io" }
|
|
|
|
westend-runtime = { path = "../../runtime/westend" }
|