aboutsummaryrefslogtreecommitdiffstats
path: root/mumd
diff options
context:
space:
mode:
authorEskil Queseth <eskilq@kth.se>2021-03-26 01:19:56 +0100
committerEskil Queseth <eskilq@kth.se>2021-03-26 01:19:56 +0100
commite8f80aeb9afe036eb93e750d4678f55267b520ca (patch)
treea1adc42ca650e2b414a64f8fc2d45a4052edded1 /mumd
parent5cc61e8d2140280421b5962b2911ebbcc927e9d1 (diff)
downloadmum-e8f80aeb9afe036eb93e750d4678f55267b520ca.tar.gz
remove unneeded feature
Diffstat (limited to 'mumd')
-rw-r--r--mumd/Cargo.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml
index 7f0739b..a853622 100644
--- a/mumd/Cargo.toml
+++ b/mumd/Cargo.toml
@@ -36,7 +36,7 @@ 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", "io-util", "fs"] }
+tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "net", "time", "fs"] }
tokio-stream = "0.1.0"
tokio-native-tls = "0.3"
tokio-util = { version = "0.6", features = ["codec", "net"] }