cm-dashboard/shared/Cargo.toml
Christoffer Martinsson 9a2df906ea
All checks were successful
Build and Release / build-and-release (push) Successful in 1m10s
Add ZMQ communication statistics tracking and display
2025-11-27 16:14:45 +01:00

10 lines
217 B
TOML

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