aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mumd/Cargo.toml')
-rw-r--r--mumd/Cargo.toml15
1 files changed, 15 insertions, 0 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml
index b89f817..bb68525 100644
--- a/mumd/Cargo.toml
+++ b/mumd/Cargo.toml
@@ -11,3 +11,18 @@ daemonize = "0.4"
ipc-channel = "0.14"
serde = { version = "1.0", features = ["derive"] }
clap = "2.33"
+mumble-protocol = "0.3"
+cpal = { git = "https://github.com/RustAudio/cpal" }
+opus = "0.2"
+
+bytes = "0.5"
+byteorder = "1"
+protobuf = "2"
+openssl = { version = "0.10", optional = true }
+
+argparse = "0.2"
+futures = "0.3"
+native-tls = "0.2"
+tokio = { version = "0.2", features = ["full"] }
+tokio-util = { version = "0.3", features = ["codec", "udp"] }
+tokio-tls = "0.3"