cm-dashboard/shared/Cargo.toml
Christoffer Martinsson c9d12793ef
All checks were successful
Build and Release / build-and-release (push) Successful in 1m19s
Replace device names with serial numbers in MergerFS pool display
Updates disk collector and dashboard to show drive serial numbers
instead of device names (sdX) for MergerFS data/parity drives.
Agent extracts serial numbers from SMART data and dashboard
displays them when available, falling back to device names.
2025-11-25 10:30:37 +01:00

10 lines
217 B
TOML

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