Files
mumble-web2/Cargo.toml
T
2024-05-21 23:29:13 -06:00

16 lines
464 B
TOML

[package]
name = "mumble-webtransport-proxy"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.86"
lazy_static = "1.4.0"
tokio = { version = "1.37.0", features = ["full"] }
tokio-rustls = "0.26.0"
tracing = { version = "0.1.40", features = ["async-await"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
wtransport = "0.1.13"