diff options
| author | mat <git@matdoes.dev> | 2024-04-20 03:40:59 +0000 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2024-04-20 03:40:59 +0000 |
| commit | 353eda21ac8280213edcec3823cc3bd77fe17c44 (patch) | |
| tree | e57201568f99f3a3e9ebf7b8991b22b945bb65bc /azalea-client/Cargo.toml | |
| parent | fa96af786b6f549edd8f04f4a19ced01faffe114 (diff) | |
| download | azalea-drasl-353eda21ac8280213edcec3823cc3bd77fe17c44.tar.xz | |
socks5 support (#113)
Diffstat (limited to 'azalea-client/Cargo.toml')
| -rw-r--r-- | azalea-client/Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/azalea-client/Cargo.toml b/azalea-client/Cargo.toml index 78411ed9..b79f694a 100644 --- a/azalea-client/Cargo.toml +++ b/azalea-client/Cargo.toml @@ -43,6 +43,7 @@ azalea-entity = { version = "0.9.0", path = "../azalea-entity" } serde_json = "1.0.113" serde = "1.0.196" minecraft_folder_path = "0.1.2" +socks5-impl = "0.5.6" [features] default = ["log"] |
