aboutsummaryrefslogtreecommitdiffstats
path: root/mumd
diff options
context:
space:
mode:
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 15aaed5..f497524 100644
--- a/mumd/Cargo.toml
+++ b/mumd/Cargo.toml
@@ -30,7 +30,7 @@ native-tls = "0.2"
openssl = { version = "0.10" }
opus = "0.2"
serde = { version = "1.0", features = ["derive"] }
-tokio = { version = "0.2", features = ["full"] }
+tokio = { version = "0.2", features = ["blocking", "macros", "rt-core", "sync", "tcp", "time"] }
tokio-tls = "0.3"
tokio-util = { version = "0.3", features = ["codec", "udp"] }