From bfc63947702ffb3ca1dca6e8184f0998fb98ed13 Mon Sep 17 00:00:00 2001 From: Romeo Disca Date: Tue, 18 Aug 2020 00:11:09 +0200 Subject: chore: non-blocking read stream --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cfacbb8..77a14a5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,6 +8,7 @@ edition = "2018" [dependencies] bytes = "0.5" +futures = "0.3.5" num_enum = "0.4.2" regex = "1" tokio = { version = "0.2", features = ["full"] } -- cgit v1.2.3