c6e41ca3f3
* chore: update to rust edition 2021 everywhere * validator-api: simplify into_iter call in rust 2021
12 lines
371 B
TOML
12 lines
371 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" }
|
|
ordered-buffer = {path = "../ordered-buffer"}
|