Files
lighthouse/common/system_health/Cargo.toml
2025-07-18 16:47:50 +02:00

14 lines
332 B
TOML

[package]
name = "system_health"
version = "0.1.0"
edition = { workspace = true }
[dependencies]
lighthouse_network = { workspace = true }
metrics = { workspace = true }
network_utils = { workspace = true }
parking_lot = { workspace = true }
serde = { workspace = true }
sysinfo = { workspace = true }
types = { workspace = true }