16ef1c547b
* Remove eth feature, and BBBC related code * Burn some more, especially clients
12 lines
341 B
TOML
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"
|