aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/Cargo.toml
diff options
context:
space:
mode:
authorEskil Q <eskilq@kth.se>2020-12-27 22:37:57 +0100
committerEskil Q <eskilq@kth.se>2020-12-27 22:37:57 +0100
commit6b7de396fd8681f1f55c786225fe7aebfccaf842 (patch)
treefb5d29541a8a5d29b58856d348a0722712e1b3d3 /mumd/Cargo.toml
parent8335bd3b6ca5b87f23aa191722e04fe1c78acc79 (diff)
downloadmum-6b7de396fd8681f1f55c786225fe7aebfccaf842.tar.gz
use crates.io instead of path dependency
Diffstat (limited to 'mumd/Cargo.toml')
-rw-r--r--mumd/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml
index 08ebfca..4dfd515 100644
--- a/mumd/Cargo.toml
+++ b/mumd/Cargo.toml
@@ -26,7 +26,7 @@ futures-util = "0.3"
hound = "3.4"
ipc-channel = "0.14"
log = "0.4"
-mumble-protocol = { path="../../rust-mumble-protocol" }
+mumble-protocol = "0.4.0"
native-tls = "0.2"
openssl = { version = "0.10" }
opus = "0.2"