4555e33048
* remove remaining uses of serde_derive * fix lockfile --------- Co-authored-by: João Oliveira <hello@jxs.pt>
13 lines
298 B
TOML
13 lines
298 B
TOML
[package]
|
|
name = "system_health"
|
|
version = "0.1.0"
|
|
edition = { workspace = true }
|
|
|
|
[dependencies]
|
|
lighthouse_network = { workspace = true }
|
|
types = { workspace = true }
|
|
sysinfo = { workspace = true }
|
|
serde = { workspace = true }
|
|
serde_json = { workspace = true }
|
|
parking_lot = { workspace = true }
|