cm-dashboard/shared/Cargo.toml
Christoffer Martinsson 192eea6e0c
All checks were successful
Build and Release / build-and-release (push) Successful in 1m19s
Integrate SnapRAID parity drives into mergerfs pools
- Add SnapRAID parity drive detection to mergerfs discovery
- Remove Pool Status health line as discussed
- Update drive display to always show wear data when available
- Include /mnt/parity drives as part of mergerfs pool structure
2025-11-23 18:05:19 +01:00

10 lines
217 B
TOML

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