mirror of
https://github.com/speyejack/smo-multi-rs.git
synced 2025-10-05 23:52:48 +02:00
14 lines
262 B
TOML
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 = "*"
|