aboutsummaryrefslogtreecommitdiffhomepage
path: root/Cargo.lock
diff options
context:
space:
mode:
authoropen-trade <[email protected]>2020-03-11 02:20:45 +0800
committeropen-trade <[email protected]>2020-03-11 02:20:45 +0800
commit5e5d8927e29922079211064d8cbb52767a2a6967 (patch)
treee1a37b46b27f77ef1f7091522b5790ba65d96c69 /Cargo.lock
parentdefac1f338573e705b890dd351d55dc7aa67b8dd (diff)
downloadrustdesk-server-5e5d8927e29922079211064d8cbb52767a2a6967.tar.gz
rustdesk-server-5e5d8927e29922079211064d8cbb52767a2a6967.zip
test if udp/tcp share the same NAT port
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index b25168f..6a1b6ca 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -159,6 +159,7 @@ dependencies = [
"env_logger 0.7.1 (registry+https://github.com/rust-lang/crates.io-index)",
"futures 0.3.4 (registry+https://github.com/rust-lang/crates.io-index)",
"log 0.4.8 (registry+https://github.com/rust-lang/crates.io-index)",
+ "net2 0.2.33 (registry+https://github.com/rust-lang/crates.io-index)",
"protobuf 2.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
"protobuf-codegen-pure 2.10.2 (registry+https://github.com/rust-lang/crates.io-index)",
"tokio 0.2.13 (registry+https://github.com/rust-lang/crates.io-index)",