From 353eda21ac8280213edcec3823cc3bd77fe17c44 Mon Sep 17 00:00:00 2001 From: mat Date: Sat, 20 Apr 2024 03:40:59 +0000 Subject: socks5 support (#113) --- azalea-protocol/Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'azalea-protocol/Cargo.toml') diff --git a/azalea-protocol/Cargo.toml b/azalea-protocol/Cargo.toml index 93908770..609d2019 100644 --- a/azalea-protocol/Cargo.toml +++ b/azalea-protocol/Cargo.toml @@ -48,6 +48,8 @@ trust-dns-resolver = { version = "^0.23.2", default-features = false, features = uuid = "1.7.0" log = "0.4.20" +socks5-impl = "0.5.6" + [features] connecting = [] default = ["packets"] -- cgit v1.2.3