cm-dashboard/shared/Cargo.toml
Christoffer Martinsson de30b80219
All checks were successful
Build and Release / build-and-release (push) Successful in 1m8s
Fix filesystem metric parsing bounds error in dashboard
Prevent string slicing panic in extract_filesystem_metric when
parsing individual filesystem metrics. This resolves the issue
where filesystem entries show —% —GB/—GB instead of actual usage.
2025-11-23 15:23:15 +01:00

10 lines
217 B
TOML

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