Files
lighthouse/common/health_metrics/Cargo.toml
Akihito Nakano a2797d4bbd Fix formatting errors from cargo-sort (#7512)
[cargo-sort is currently failing on CI](https://github.com/sigp/lighthouse/actions/runs/15198128212/job/42746931918?pr=7025), likely due to new checks introduced in version [2.0.0](https://github.com/DevinR528/cargo-sort/releases/tag/v2.0.0).


  Fixed the errors by running cargo-sort with formatting enabled.
2025-05-23 05:25:56 +00:00

13 lines
243 B
TOML

[package]
name = "health_metrics"
version = "0.1.0"
edition = { workspace = true }
[dependencies]
eth2 = { workspace = true }
metrics = { workspace = true }
[target.'cfg(target_os = "linux")'.dependencies]
procfs = "0.15.1"
psutil = "3.3.0"