From 22f290de50ccf1578ae31735fba4b9663c2830ce Mon Sep 17 00:00:00 2001 From: Lucas Colombo Date: Tue, 17 Sep 2024 16:39:03 -0300 Subject: [PATCH] =?UTF-8?q?fix(cli):=20=F0=9F=9A=91=20tokio=20util=20not?= =?UTF-8?q?=20set=20as=20a=20feature=20dep=20for=20cli.tui?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) diff --git a/Cargo.toml b/Cargo.toml index 44a345e..5bc423f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -34,6 +34,7 @@ path = "lib/lib.rs" "dep:downcast-rs", "dep:futures", "dep:tokio", + "dep:tokio-util", "crossterm?/event-stream", "strum?/derive", "tokio?/tokio-macros",