From 4f0691de7d8d00e6c58da58186e511425f7470ed Mon Sep 17 00:00:00 2001 From: cel 🌸 Date: Fri, 6 Dec 2024 06:33:10 +0000 Subject: remove broken stream implementation --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index c630152..40e23bc 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ edition = "2021" async-recursion = "1.1.1" circular = { version = "0.3.0", path = "../circular" } futures = "0.3.30" +futures-util = { version = "0.3.31", features = ["sink"] } nom = "7.1.3" tokio = { version = "1.36.0", features = ["io-util", "net", "io-std", "full"] } tracing = "0.1.41" -- cgit