cm-dashboard/shared/Cargo.toml
Christoffer Martinsson 35e06c6734
All checks were successful
Build and Release / build-and-release (push) Successful in 1m22s
Implement clean NixOS rebuild tmux popup
- Replace complex ASCII logo with simple text header
- Remove extra blank lines for compact display
- Left-align text for clean appearance
- Add spacing after target line for readability
- Simplify heredoc format for better maintainability
2025-10-28 23:59:05 +01:00

10 lines
216 B
TOML

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