Files
pezkuwi-subxt/substrate/utils/frame/generate-bags/Cargo.toml
T
alvicsam f441a5fc93 Diener workspacify
Signed-off-by: alvicsam <alvicsam@gmail.com>
2023-08-25 11:05:17 +02:00

22 lines
694 B
TOML

[package]
name = "generate-bags"
version = "4.0.0-dev"
authors = ["Parity Technologies <admin@parity.io>"]
edition = "2021"
license = "Apache-2.0"
homepage = "https://substrate.io"
repository = "https://github.com/paritytech/substrate/"
description = "Bag threshold generation script for pallet-bag-list"
[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.19" }
num-format = "0.4.3"