cm-dashboard/shared/Cargo.toml
Christoffer Martinsson 52f8c40b86
All checks were successful
Build and Release / build-and-release (push) Successful in 2m12s
Fix title bar layout constraints to prevent text disappearing
- Set fixed width (15 chars) for left side to prevent chunk collapse
- Resolves issue where "cm-dashboard" text would flash and disappear
- Ensures consistent visibility of title text in dynamic status bar
- Bump version to v0.1.37
2025-10-28 18:56:12 +01:00

10 lines
216 B
TOML

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