Initial commit...it works?
This commit is contained in:
+20
@@ -0,0 +1,20 @@
|
||||
[package]
|
||||
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.79"
|
||||
futures = "0.3.30"
|
||||
#mumble-protocol = "0.4.1"
|
||||
mumble-protocol-2x = { path = "/home/robby/working/rust-mumble-protocol" }
|
||||
native-tls = "0.2.11"
|
||||
tokio = { version = "1.35.1", features = ["full"] }
|
||||
tokio-native-tls = "0.3.1"
|
||||
tokio-util = { version = "0.7.0", features = ["codec", "net"]}
|
||||
tracing = "0.1.40"
|
||||
tracing-subscriber = { version = "0.3.18", features = ["env-filter"] }
|
||||
url = "2.5.0"
|
||||
wtransport = "0.1.10"
|
||||
Reference in New Issue
Block a user