aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/Cargo.toml
diff options
context:
space:
mode:
authorEskil Q <eskilq@kth.se>2020-12-23 19:53:36 +0100
committerEskil Q <eskilq@kth.se>2020-12-23 19:53:36 +0100
commitded5b573004f867bc9fe9644d4d4fe3a81c48b99 (patch)
tree5a03d1426461d403d917881839f2d67bebb473fa /mumlib/Cargo.toml
parent2902064db5c24ac30cb1a58fd44832b02ee478be (diff)
downloadmum-ded5b573004f867bc9fe9644d4d4fe3a81c48b99.tar.gz
remove mumlibs dependency on rust-mumble-protocol
Diffstat (limited to 'mumlib/Cargo.toml')
-rw-r--r--mumlib/Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/mumlib/Cargo.toml b/mumlib/Cargo.toml
index 59feb75..74bdb32 100644
--- a/mumlib/Cargo.toml
+++ b/mumlib/Cargo.toml
@@ -11,6 +11,5 @@ edition = "2018"
colored = "2.0"
fern = "0.5"
log = "0.4"
-mumble-protocol = "0.3"
serde = { version = "1.0", features = ["derive"] }
toml = "0.5"