Skip to main content

max / everycycle

434 B · 15 lines History Blame Raw
1 [package]
2 name = "everycycle-bmc-agent"
3 description = "Rust agent for the OpenBMC fork on EveryCycle boxes: structured telemetry, fan curves, power capping."
4 version.workspace = true
5 edition.workspace = true
6 rust-version.workspace = true
7 license.workspace = true
8 authors.workspace = true
9 repository.workspace = true
10 # The unit of publication is the repo, not the crates (decided 2026-08-06).
11 publish = false
12
13 [lints]
14 workspace = true
15