Refactoring Checkpoint: (WIP)

This commit is contained in:
2025-12-14 10:29:31 +03:00
parent 09735eb97a
commit c89d7cac55
1424 changed files with 6415 additions and 6064 deletions
@@ -0,0 +1,34 @@
[package]
name = "pez-generate-bags"
version = "28.0.0"
authors.workspace = true
edition.workspace = true
license = "Apache-2.0"
homepage.workspace = true
repository.workspace = true
description = "Bag threshold generation script for pezpallet-bag-list"
documentation = "https://docs.rs/pez-generate-bags"
[lints]
workspace = true
[dependencies]
# FRAME
pezframe-election-provider-support = { workspace = true, default-features = true }
pezframe-support = { workspace = true, default-features = true }
pezframe-system = { workspace = true, default-features = true }
pezpallet-staking = { workspace = true, default-features = true }
pezsp-staking = { workspace = true, default-features = true }
# third party
chrono = { workspace = true }
num-format = { workspace = true }
[features]
runtime-benchmarks = [
"pezframe-election-provider-support/runtime-benchmarks",
"pezframe-support/runtime-benchmarks",
"pezframe-system/runtime-benchmarks",
"pezpallet-staking/runtime-benchmarks",
"pezsp-staking/runtime-benchmarks",
]