cm-dashboard/shared/Cargo.toml
Christoffer Martinsson 7e1962a168
All checks were successful
Build and Release / build-and-release (push) Successful in 1m23s
Remove ZMQ debug packet counter from display
- Remove ZMQ stats display from system widget
- Remove update_zmq_stats method
- Remove zmq_packets_received and zmq_last_packet_age fields
- Clean up display to only show essential information
2025-12-01 19:42:05 +01:00

10 lines
217 B
TOML

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