From ac5e6af1f3c271ce3ae798ccd483c3aa82aa2c58 Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Tue, 5 Jul 2022 13:37:52 +0300 Subject: Tokio async stream hello world --- Cargo.toml | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 4ab1e0e..fa1525e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,5 +4,9 @@ version = "0.1.0" edition = "2021" [dependencies] +async-stream = "0.3.3" futures = "0.3" +futures-util = "0.3.21" rand = "0.8" +tokio = { version = "1", features = ["rt", "rt-multi-thread", "macros"] } +tokio-stream = "0.1.9" -- cgit v1.3.1