aboutsummaryrefslogtreecommitdiffstats
path: root/mumlib/Cargo.toml
diff options
context:
space:
mode:
authorKapten Z∅∅m <55669224+default-username-852@users.noreply.github.com>2020-12-24 06:53:19 +0100
committerGitHub <noreply@github.com>2020-12-24 06:53:19 +0100
commit58947a7a3acaa1ae04887723643a49db76479f00 (patch)
tree66aeb40782bdb904adb21e6940679cb432ff0d83 /mumlib/Cargo.toml
parentc38ec422588c5b5f1f6701a698dff5eeff30f0f2 (diff)
parentded5b573004f867bc9fe9644d4d4fe3a81c48b99 (diff)
downloadmum-58947a7a3acaa1ae04887723643a49db76479f00.tar.gz
Merge pull request #32 from sornas/mumble-protocol-cleanup
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"