From 615f926618471998f85ee184b378b1128340367b Mon Sep 17 00:00:00 2001 From: Alex Auvolat Date: Tue, 4 Apr 2023 18:46:14 +0200 Subject: Add STUN actor that saves autodiscovered IPv4/IPv6 to Consul --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index f3c6f11..4765af1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -21,3 +21,4 @@ serde = { version = "1.0.107", features = ["derive"] } serde-lexpr = "0.1.1" serde_json = "1.0.53" tokio = { version = "1", features = ["sync", "rt-multi-thread", "net", "macros"] } +stun-client = "0.1.2" -- cgit v1.2.3