Files
pezkuwi-sdk/pezkuwi/node/subsystem/Cargo.toml
T
pezkuwichain 8c4fcb3288 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

24 lines
617 B
TOML

[package]
name = "pezkuwi-node-subsystem"
description = "Subsystem traits and message definitions and the generated overseer"
version = "7.0.0"
authors.workspace = true
edition.workspace = true
license.workspace = true
homepage.workspace = true
repository.workspace = true
documentation.workspace = true
[lints]
workspace = true
[dependencies]
pezkuwi-node-subsystem-types = { workspace = true, default-features = true }
pezkuwi-overseer = { workspace = true, default-features = true }
[features]
runtime-benchmarks = [
"pezkuwi-node-subsystem-types/runtime-benchmarks",
"pezkuwi-overseer/runtime-benchmarks",
]