cm-dashboard/shared/Cargo.toml
Christoffer Martinsson 4f4ef6259b
All checks were successful
Build and Release / build-and-release (push) Successful in 2m6s
Fix service start log command escaping
- Change --since="1 second ago" to --since='1 second ago'
- Fixes shell escaping issue preventing real-time logs
- Version bump to 0.1.83
2025-11-19 11:49:08 +01:00

10 lines
216 B
TOML

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