aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/Cargo.toml
diff options
context:
space:
mode:
authorGustav Sörnäs <gustav@sornas.net>2020-10-15 20:52:27 +0200
committerGustav Sörnäs <gustav@sornas.net>2020-10-15 20:52:27 +0200
commitde856d5e43ecadcd876bdf03800ecc5421347872 (patch)
treec4ab144f6f9d4172d4654015fc73b76e5e13850a /mumd/Cargo.toml
parenta40d365aacf118b33c07f3353f277eb96c4536a8 (diff)
downloadmum-de856d5e43ecadcd876bdf03800ecc5421347872.tar.gz
initial cli
Diffstat (limited to 'mumd/Cargo.toml')
-rw-r--r--mumd/Cargo.toml7
1 files changed, 4 insertions, 3 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml
index 72f9167..9101b43 100644
--- a/mumd/Cargo.toml
+++ b/mumd/Cargo.toml
@@ -9,18 +9,20 @@ edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
+mumlib = { path = "../mumlib" }
+
argparse = "0.2"
bytes = "0.5"
-colored = "2.0"
cpal = { git = "https://github.com/RustAudio/cpal" }
-fern = "0.5"
futures = "0.3"
futures-util = "0.3"
+ipc-channel = "0.14"
log = "0.4"
mumble-protocol = "0.3"
native-tls = "0.2"
openssl = { version = "0.10", optional = true }
opus = "0.2"
+serde = { version = "1.0", features = ["derive"] }
tokio = { version = "0.2", features = ["full"] }
tokio-tls = "0.3"
tokio-util = { version = "0.3", features = ["codec", "udp"] }
@@ -28,4 +30,3 @@ tokio-util = { version = "0.3", features = ["codec", "udp"] }
#clap = "2.33"
#compressor = "0.3"
#daemonize = "0.4"
-#ipc-channel = "0.14"