From 03161457e8c0f0ef657982b5796802f61cc78e31 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 5 Jul 2022 13:56:12 +0300 Subject: Delayed streaming works --- Cargo.toml | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Cargo.toml') 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" -- cgit v1.3.1