cm-dashboard/shared/Cargo.toml
Christoffer Martinsson 980c9a20a2
All checks were successful
Build and Release / build-and-release (push) Successful in 1m12s
Fix service start/stop popup auto-close issue
- Move 'Press any key to close...' prompt inside SSH session
- Ensure tmux popup stays open until user manually closes
- Maintain consistent behavior with other SSH commands
- Update version to 0.1.88
2025-11-19 13:21:48 +01:00

10 lines
216 B
TOML

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