aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-10-10 03:03:26 +0200
committerGustav Sörnäs <gustav@sornas.net>2020-10-10 03:06:08 +0200
commit306d5f5b20af85d0b964453020b9163a14dcf235 (patch)
treeb3db0d01daa9d6f442ec8873ec5d7284fedcd8d8 /mumd/Cargo.toml
parenta4bd27c5a7f5f7c35e452fbedc7993f4adde37d6 (diff)
downloadmum-306d5f5b20af85d0b964453020b9163a14dcf235.tar.gz
initial unpacking of received opus packages
Need to refactor big time. Co-authored-by: Eskil Queseth <eskilq@kth.se>
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"