cm-dashboard/shared/Cargo.toml
Christoffer Martinsson 57de4c366a
All checks were successful
Build and Release / build-and-release (push) Successful in 2m10s
Bump version to 0.1.53
2025-10-30 17:00:39 +01:00

10 lines
216 B
TOML

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