cm-dashboard/shared/Cargo.toml
Christoffer Martinsson 5dd8cadef3
All checks were successful
Build and Release / build-and-release (push) Successful in 1m19s
Remove debug logging from Docker collection code
2025-11-27 12:50:20 +01:00

10 lines
217 B
TOML

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