summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml5
1 files changed, 4 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index a6414b1..299ab21 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -4,11 +4,14 @@ version = "0.1.0"
edition = "2021"
[dependencies]
+async-std = "1.12.0"
async-stream = "0.3.3"
+bytes = "1.1.0"
futures = "0.3"
futures-core = "0.3.21"
futures-util = "0.3.21"
rand = "0.8"
-tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] }
+tokio = { version = "1", features = ["full"] }
tokio-codec = "0.1.2"
tokio-stream = "0.1.9"
+tokio-util = { version = "0.7.3", features = ["io", "io-util"] }