diff options
| author | Gustav Sörnäs <gustav@sornas.net> | 2020-11-16 12:33:08 +0100 |
|---|---|---|
| committer | Gustav Sörnäs <gustav@sornas.net> | 2020-11-16 12:33:08 +0100 |
| commit | ff9a37af7ddf5484bb7db61ae01f8aafd9d1e91d (patch) | |
| tree | 744e5c4367d049f0b825e1bff067b49173672466 /mumd/Cargo.toml | |
| parent | 0a491a4fa431a29668f3cdf5e28b565f39847aca (diff) | |
| download | mum-ff9a37af7ddf5484bb7db61ae01f8aafd9d1e91d.tar.gz | |
mumd: depend only on used tokio features
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 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"] } |
