[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"