Files
pezkuwi-subxt/polkadot/utils/generate-bags/Cargo.toml
T
Lulu 31c79470a3 Rename squatted crates (#1241)
* Rename squatted crates

This commit adds the staging- prefix to squatted crates so we can go forward and publish them to crates.io.

Using the staging- prefix is a temp fix until we decide on replacement names.
https://forum.parity.io/t/renaming-squated-crates-in-substrate-polkadot-cumulus/1964/6

* Fix test after crate renames

* Update Lockfile
2023-08-30 17:57:49 +03:00

17 lines
525 B
TOML

[package]
name = "polkadot-voter-bags"
version = "1.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
[dependencies]
clap = { version = "4.4.1", features = ["derive"] }
generate-bags = { path = "../../../substrate/utils/frame/generate-bags" }
sp-io = { path = "../../../substrate/primitives/io" }
westend-runtime = { path = "../../runtime/westend" }
kusama-runtime = { package = "staging-kusama-runtime", path = "../../runtime/kusama" }
polkadot-runtime = { path = "../../runtime/polkadot" }