0e7f29c48d
* Adding ordered buffer, moving socks5 request location into common * Moved utils to available-reader * Starting to use OrderedMessage in socks5 requests * Renamed available reader module * Initially included sequence numbers * OrderedBuffer fix * Buffer bug fix + extra test * Bug fixes * Removed test from an old experiment Co-authored-by: Dave <futurechimp@users.noreply.github.com>
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 = "2018"
|
|
|
|
# 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"}
|