[package] name = "node-runtime-generate-bags" version = "3.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 and kitchensink-runtime." publish = false [lints] workspace = true [dependencies] kitchensink-runtime = { path = "../../../../bin/node/runtime" } generate-bags = { path = ".." } # third-party clap = { version = "4.5.3", features = ["derive"] }