Refactoring Checkpoint: (WIP)
This commit is contained in:
@@ -0,0 +1,27 @@
|
||||
[package]
|
||||
name = "node-runtime-pez-generate-bags"
|
||||
version = "3.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 and pez-kitchensink-runtime."
|
||||
publish = false
|
||||
documentation = "https://docs.rs/node-runtime-pez-generate-bags"
|
||||
|
||||
[lints]
|
||||
workspace = true
|
||||
|
||||
[dependencies]
|
||||
pez-generate-bags = { workspace = true, default-features = true }
|
||||
pez-kitchensink-runtime = { workspace = true }
|
||||
|
||||
# third-party
|
||||
clap = { features = ["derive"], workspace = true }
|
||||
|
||||
[features]
|
||||
runtime-benchmarks = [
|
||||
"pez-generate-bags/runtime-benchmarks",
|
||||
"pez-kitchensink-runtime/runtime-benchmarks",
|
||||
]
|
||||
Reference in New Issue
Block a user