Files
nym/common/socks5/requests/Cargo.toml
T
Drazen Urch 16ef1c547b Remove eth feature, and BBBC related code (#1612)
* Remove eth feature, and BBBC related code

* Burn some more, especially clients
2022-09-15 13:58:44 +02:00

12 lines
341 B
TOML

[package]
name = "socks5-requests"
version = "0.1.0"
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>"]
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
nymsphinx-addressing = { path = "../../../common/nymsphinx/addressing" }
thiserror = "1"