mirror of
https://github.com/pezkuwichain/pezkuwi-subxt.git
synced 2026-04-26 09:57:56 +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>
25 lines
670 B
TOML
25 lines
670 B
TOML
[package]
|
|
name = "generate-bags"
|
|
version = "28.0.0"
|
|
authors.workspace = true
|
|
edition.workspace = true
|
|
license = "Apache-2.0"
|
|
homepage = "https://substrate.io"
|
|
repository.workspace = true
|
|
description = "Bag threshold generation script for pallet-bag-list"
|
|
|
|
[lints]
|
|
workspace = true
|
|
|
|
[dependencies]
|
|
# FRAME
|
|
frame-support = { path = "../../../frame/support" }
|
|
frame-election-provider-support = { path = "../../../frame/election-provider-support" }
|
|
frame-system = { path = "../../../frame/system" }
|
|
pallet-staking = { path = "../../../frame/staking" }
|
|
sp-staking = { path = "../../../primitives/staking" }
|
|
|
|
# third party
|
|
chrono = { version = "0.4.31" }
|
|
num-format = "0.4.3"
|