cm-dashboard/shared/Cargo.toml
Christoffer Martinsson f94ca60e69
Some checks failed
Build and Release / build-and-release (push) Failing after 1m36s
Bump version to v0.1.203
2025-11-28 12:53:56 +01:00

10 lines
217 B
TOML

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