mirror of
https://github.com/sigp/lighthouse.git
synced 2026-03-02 16:21:42 +00:00
#8547 This is a low hanging fruit dependency update to remove one of the duplicate versions of `rustix` Co-Authored-By: Mac L <mjladson@pm.me>
13 lines
308 B
TOML
13 lines
308 B
TOML
[package]
|
|
name = "health_metrics"
|
|
version = "0.1.0"
|
|
edition = { workspace = true }
|
|
|
|
[dependencies]
|
|
eth2 = { workspace = true, features = ["lighthouse"] }
|
|
metrics = { workspace = true }
|
|
|
|
[target.'cfg(target_os = "linux")'.dependencies]
|
|
procfs = { version = "0.18", default-features = false }
|
|
psutil = "3.3.0"
|