Initial commit...it works?
This commit is contained in:
+13
@@ -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"
|
||||
Reference in New Issue
Block a user