16 lines
464 B
TOML
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"
|