cm-dashboard/shared/Cargo.toml
Christoffer Martinsson 885e19f7fd
All checks were successful
Build and Release / build-and-release (push) Successful in 1m20s
Add external IP display for OpenVPN connections
Display VPN external IP as sub-service under openvpn-vpn-connection.
Query external IP through openvpn-namespace using curl ifconfig.me.

Version: v0.1.232
2025-12-01 13:49:54 +01:00

10 lines
217 B
TOML

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