aboutsummaryrefslogtreecommitdiffstats
path: root/mumd/Cargo.toml
diff options
context:
space:
mode:
authorEskil Q <eskilq@kth.se>2021-01-01 14:33:19 +0100
committerEskil Q <eskilq@kth.se>2021-01-01 14:33:19 +0100
commitee13c36868f08203d548c3221300651c5108b8a9 (patch)
treed0e62a6938d7ba0f81fa8fd2ade133e5ecce597d /mumd/Cargo.toml
parent53d1c82eb81b0acb696d2d60ecb8db3fab488105 (diff)
downloadmum-ee13c36868f08203d548c3221300651c5108b8a9.tar.gz
update to use tokio 1.0
Diffstat (limited to 'mumd/Cargo.toml')
-rw-r--r--mumd/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/mumd/Cargo.toml b/mumd/Cargo.toml
index caf1a9b..101e614 100644
--- a/mumd/Cargo.toml
+++ b/mumd/Cargo.toml
@@ -37,6 +37,7 @@ openssl = { version = "0.10" }
opus = "0.2"
serde = { version = "1.0", features = ["derive"] }
tokio = { version = "1.0", features = ["macros", "rt", "rt-multi-thread", "sync", "net", "time"] }
+tokio-stream = "0.1.0"
tokio-native-tls = "0.3"
tokio-util = { version = "0.6", features = ["codec", "net"] }