Files
nym/common/socks5/ordered-buffer/Cargo.toml
T
2025-07-30 19:55:00 +02:00

13 lines
347 B
TOML

[package]
name = "nym-ordered-buffer"
version.workspace = true
authors = ["Dave Hrycyszyn <futurechimp@users.noreply.github.com>"]
edition = "2021"
license.workspace = true
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
log = { workspace = true }
thiserror = { workspace = true }