cm-dashboard/shared/Cargo.toml
Christoffer Martinsson fab6404cca
All checks were successful
Build and Release / build-and-release (push) Successful in 1m17s
Fix filesystem children creation logic
- Allow filesystem entries to be created with any metric, not just mount_point
- Ensure filesystem children appear under physical drive pools
- Improve mount point fallback logic for better compatibility
2025-11-23 13:04:01 +01:00

10 lines
217 B
TOML

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