Files
smo-multi-rs/examples/proxy/Cargo.toml
2022-08-07 03:19:57 -07:00

14 lines
262 B
TOML

[package]
name = "proxy"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
smoo = {path = "../../"}
tokio = "*"
tracing = "*"
tracing-subscriber = "*"
bytes = "*"