aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/Cargo.toml
diff options
context:
space:
mode:
authorEskil Queseth <eskilq@kth.se>2021-03-24 21:38:51 +0100
committerEskil Queseth <eskilq@kth.se>2021-03-24 21:38:51 +0100
commitd484c05e56194346944b295968c66ccc0e543534 (patch)
tree41ee9fba2ad0841bffbd04b805ae6d675be7fb52 /mumd/Cargo.toml
parenta5c26eaad44c45da852027d707bf1d8e838ed901 (diff)
downloadmum-d484c05e56194346944b295968c66ccc0e543534.tar.gz
remove ipc-channel dependency
Diffstat (limited to 'mumd/Cargo.toml')
-rw-r--r--mumd/Cargo.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml
index 9080bdf..f271e69 100644
--- a/mumd/Cargo.toml
+++ b/mumd/Cargo.toml
@@ -28,7 +28,6 @@ dasp_ring_buffer = "0.11"
futures-util = { version = "0.3", features = ["sink"]}
futures-channel = "0.3"
hound = "3.4"
-ipc-channel = "0.15"
log = "0.4"
mumble-protocol = "0.4.1"
native-tls = "0.2"
@@ -37,10 +36,11 @@ opus = "0.2"
serde = { version = "1.0", features = ["derive"] }
strum = "0.20"
strum_macros = "0.20"
-tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "net", "time"] }
+tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "net", "time", "io-util"] }
tokio-stream = "0.1.0"
tokio-native-tls = "0.3"
tokio-util = { version = "0.6", features = ["codec", "net"] }
+bincode = "1.3.2"
libnotify = { version = "1.0", optional = true }