Initial commit...it works?

This commit is contained in:
2024-05-20 00:11:15 -06:00
commit 725db06703
4 changed files with 1642 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[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"
tokio = { version = "1.37.0", features = ["full"] }
tracing = { version = "0.1.40", features = ["async-await"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
wtransport = "0.1.13"