cm-dashboard/shared/Cargo.toml
Christoffer Martinsson 5d6b8e6253
All checks were successful
Build and Release / build-and-release (push) Successful in 1m12s
Treat pending status as OK for title bar color aggregation
Apply same logic used for inactive status to pending status.
Pending services now contribute to OK count instead of being
ignored, preventing blue title bar during service transitions.
2025-11-20 18:09:59 +01:00

10 lines
216 B
TOML

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