mirror of
https://github.com/sigp/lighthouse.git
synced 2026-04-16 20:39:10 +00:00
14 lines
332 B
TOML
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 }
|