Files
nym/common/socks5/ordered-buffer/Cargo.toml
T
2023-10-10 17:10:22 +01:00

12 lines
315 B
TOML

[package]
name = "nym-ordered-buffer"
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]
log = { workspace = true }
thiserror = { workspace = true }