cm-dashboard/shared/Cargo.toml
Christoffer Martinsson f24c4ed650
All checks were successful
Build and Release / build-and-release (push) Successful in 2m10s
Fix pool name extraction to prevent wrong physical drive naming
- Remove fallback logic that could extract incorrect pool names
- Simplify pool suffix matching to use explicit arrays
- Ensure only valid metric patterns create pools
2025-11-23 18:24:39 +01:00

10 lines
217 B
TOML

[package]
name = "cm-dashboard-shared"
version = "0.1.126"
edition = "2021"
[dependencies]
serde = { workspace = true }
serde_json = { workspace = true }
chrono = { workspace = true }
thiserror = { workspace = true }