diff --git a/Cargo.lock b/Cargo.lock index 5015ce0747..7f6c61b14d 100644 --- a/Cargo.lock +++ b/Cargo.lock @@ -1749,6 +1749,37 @@ dependencies = [ "topology", ] +[[package]] +name = "nym-socks5-client" +version = "0.8.0-dev" +dependencies = [ + "built", + "clap", + "client-core", + "config", + "crypto", + "directory-client", + "dirs 3.0.1", + "dotenv", + "futures 0.3.4", + "gateway-client", + "gateway-requests", + "log 0.4.8", + "nymsphinx", + "ordered-buffer", + "pin-project", + "pretty_env_logger", + "proxy-helpers", + "rand 0.7.3", + "serde", + "snafu", + "socks5-requests", + "tempfile", + "tokio 0.2.22", + "topology", + "url 2.1.1", +] + [[package]] name = "nym-validator" version = "0.8.0-dev" @@ -2874,37 +2905,6 @@ dependencies = [ "winapi 0.3.8", ] -[[package]] -name = "socks5" -version = "0.8.0-dev" -dependencies = [ - "built", - "clap", - "client-core", - "config", - "crypto", - "directory-client", - "dirs 3.0.1", - "dotenv", - "futures 0.3.4", - "gateway-client", - "gateway-requests", - "log 0.4.8", - "nymsphinx", - "ordered-buffer", - "pin-project", - "pretty_env_logger", - "proxy-helpers", - "rand 0.7.3", - "serde", - "snafu", - "socks5-requests", - "tempfile", - "tokio 0.2.22", - "topology", - "url 2.1.1", -] - [[package]] name = "socks5-requests" version = "0.1.0" diff --git a/clients/socks5/Cargo.toml b/clients/socks5/Cargo.toml index 66d06b5023..11ae25331f 100644 --- a/clients/socks5/Cargo.toml +++ b/clients/socks5/Cargo.toml @@ -1,6 +1,6 @@ [package] build = "build.rs" -name = "socks5" +name = "nym-socks5-client" version = "0.8.0-dev" authors = ["Dave Hrycyszyn "] edition = "2018"