make proxy part of the project structure
This commit is contained in:
+3
-4
@@ -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 }
|
||||
|
||||
Reference in New Issue
Block a user