swactor/crates/telemetry/Cargo.toml
Zachery Aaron Shores-Chmielewski 71471de0a6 fix(dashboard): improve control and hardware views
Refine fleet and provisioning interactions, expand control-plane projections, and add CPU, memory, pressure, and storage telemetry for the local dashboard surfaces.
2026-08-22 21:17:42 +04:00

21 lines
475 B
TOML

[package]
name = "telemetry"
version = "0.1.0"
edition = "2024"
license = "AGPL-3.0-only"
[dependencies]
swactor = { path = "../..", features = ["serde", "transport"] }
swactor-transport = { path = "../transport" }
swactor-engine = { path = "../engine" }
futures-channel = "0.3"
serde = { version = "1", features = ["derive"] }
serde_json = "1"
iroh = "0.98"
crossbeam-channel = "0.5"
[target.'cfg(target_os = "linux")'.dependencies]
libc = "0.2"
[lints]
workspace = true