aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'mumd/Cargo.toml')
-rw-r--r--mumd/Cargo.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml
index 2f38df3..72f9167 100644
--- a/mumd/Cargo.toml
+++ b/mumd/Cargo.toml
@@ -11,9 +11,12 @@ edition = "2018"
[dependencies]
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"
+log = "0.4"
mumble-protocol = "0.3"
native-tls = "0.2"
openssl = { version = "0.10", optional = true }