cm-dashboard/shared/Cargo.toml
Christoffer Martinsson 6c6c9144bd
All checks were successful
Build and Release / build-and-release (push) Successful in 1m10s
Add info-level logging for VPN external IP debugging
Change debug to info/warn logging to diagnose VPN IP query issues.
Use exact service name match instead of contains.

Version: v0.1.235
2025-12-01 14:30:25 +01:00

10 lines
217 B
TOML

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