make proxy part of the project structure

This commit is contained in:
2024-11-11 14:35:04 -07:00
parent efe842f671
commit 80aedc7269
8 changed files with 747 additions and 46 deletions
+3 -4
View File
@@ -1,12 +1,10 @@
[package]
name = "mumble-webtransport-proxy"
name = "mumble-web2-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"
color-eyre = "0.6.3"
axum = "0.7.7"
axum-server = { version = "0.7.1", features = ["tls-rustls"] }
lazy_static = "1.4.0"
@@ -21,3 +19,4 @@ tower-http = { version = "0.6.1", features = ["fs"] }
tracing = { version = "0.1.40", features = ["async-await"] }
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
wtransport = "0.1.13"
mumble-web2-common = { workspace = true }