cm-dashboard/shared/Cargo.toml
Christoffer Martinsson 43fb838c9b
All checks were successful
Build and Release / build-and-release (push) Successful in 2m9s
Fix duplicate drive display in mergerfs pools
- Restructure storage rendering logic to prevent drive duplication
- Use specific mergerfs check instead of generic multi-drive condition
- Ensure drives only appear once under organized data/parity sections
2025-11-23 17:46:09 +01:00

10 lines
217 B
TOML

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