From 0f9bafdbd5ed61256d262720d367ed2d88bf82c5 Mon Sep 17 00:00:00 2001 From: yggverse Date: Sun, 27 Jul 2025 04:35:31 +0300 Subject: [PATCH] remove `async-channel` dependency --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index b506f277..91dfd0c7 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -31,7 +31,6 @@ version = "0.10.0" [dependencies] ansi-parser = "0.9.1" anyhow = "1.0.97" -async-channel = "2.5.0" ggemini = "0.19.0" ggemtext = "0.7.0" indexmap = "2.10.0"