g3/lib/g3-socks/Cargo.toml
2023-05-05 11:05:04 +08:00

15 lines
360 B
TOML

[package]
name = "g3-socks"
version = "0.1.0"
license.workspace = true
edition.workspace = true
rust-version = "1.63.0"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
thiserror.workspace = true
bytes.workspace = true
tokio.workspace = true
g3-types.workspace = true
g3-io-ext.workspace = true