From 6e182d22b7586280ce1be7f63d9dab1dc33aacec Mon Sep 17 00:00:00 2001 From: Yuval Adam <_@yuv.al> Date: Thu, 7 Jul 2022 16:38:56 +0300 Subject: File source impl is hard --- Cargo.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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"] } -- cgit v1.3.1