From ff9a37af7ddf5484bb7db61ae01f8aafd9d1e91d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Gustav=20S=C3=B6rn=C3=A4s?= Date: Mon, 16 Nov 2020 12:33:08 +0100 Subject: mumd: depend only on used tokio features --- mumd/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'mumd') diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml index 3dfc82c..5c546d1 100644 --- a/mumd/Cargo.toml +++ b/mumd/Cargo.toml @@ -26,7 +26,7 @@ native-tls = "0.2" openssl = { version = "0.10", optional = true } 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"] } -- cgit v1.2.1