From 1f0103cbecc6a4dfe3f34fb6441d4d491b385142 Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Thu, 27 Jun 2024 20:22:16 +0100 Subject: WIP: stream parsing --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index ca9d389..224673e 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,4 +8,4 @@ edition = "2021" [dependencies] futures = "0.3.30" nom = "7.1.3" -tokio = "1.36.0" +tokio = { version = "1.36.0", features = ["io-util", "net"] } -- cgit