summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorYuval Adam <_@yuv.al>2022-07-05 13:56:12 +0300
committerYuval Adam <_@yuv.al>2022-07-05 13:56:12 +0300
commit03161457e8c0f0ef657982b5796802f61cc78e31 (patch)
treec996394abc9ba62fe9545bd78acd07fb855d939d /Cargo.toml
parentac5e6af1f3c271ce3ae798ccd483c3aa82aa2c58 (diff)
Delayed streaming works
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index fa1525e..a6414b1 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -6,7 +6,9 @@ edition = "2021"
[dependencies]
async-stream = "0.3.3"
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-codec = "0.1.2"
tokio-stream = "0.1.9"