Files
pezkuwi-sdk/pezkuwi/utils/pez-generate-bags/Cargo.toml
T
pezkuwichain bfc2cc5284 chore: update documentation URLs to use workspace setting
Replace all docs.rs documentation URLs with documentation.workspace = true
to inherit from the workspace's docs.pezkuwichain.io URL.
2025-12-27 17:56:39 +03:00

27 lines
620 B
TOML

[package]
name = "pezkuwi-voter-bags"
version = "7.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
description = "CLI to generate voter bags for Pezkuwi runtimes"
homepage.workspace = true
repository.workspace = true
documentation.workspace = true
[lints]
workspace = true
[dependencies]
clap = { features = ["derive"], workspace = true }
pez-generate-bags = { workspace = true, default-features = true }
zagros-runtime = { workspace = true, default-features = true }
[features]
runtime-benchmarks = [
"pez-generate-bags/runtime-benchmarks",
"zagros-runtime/runtime-benchmarks",
]