cm-dashboard/shared/Cargo.toml
Christoffer Martinsson b886fb2045
All checks were successful
Build and Release / build-and-release (push) Successful in 1m28s
Add detailed error logging for nft command failures
- Log exit status code when nft command fails
- Log stderr output to diagnose issues
- Distinguish between command execution failure and non-zero exit
- Update version to v0.1.253
2025-12-04 15:53:12 +01:00

10 lines
217 B
TOML

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