cm-dashboard/shared/Cargo.toml
Christoffer Martinsson 41e1be451e
All checks were successful
Build and Release / build-and-release (push) Successful in 1m25s
Display selected host with brackets in title bar
- Change nftables port labels to lowercase 'wan tcp:' and 'wan udp:'
- Add brackets around selected host in title bar for clarity
2025-12-04 18:47:30 +01:00

10 lines
217 B
TOML

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