Files
cm-dashboard/shared/Cargo.toml
Christoffer Martinsson 06cd411089
All checks were successful
Build and Release / build-and-release (push) Successful in 1m51s
Calculate hosts panel column width based on actual hostname lengths
2025-12-16 16:52:07 +01:00

10 lines
217 B
TOML

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