diff options
Diffstat (limited to 'mumd/Cargo.toml')
| -rw-r--r-- | mumd/Cargo.toml | 2 |
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"] } |
