Files
cm-dashboard/shared/Cargo.toml
Christoffer Martinsson 41a7ee660a
All checks were successful
Build and Release / build-and-release (push) Successful in 1m37s
Add kernel version to statusbar
2025-12-15 16:26:54 +01:00

10 lines
217 B
TOML

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