From d3dbd1a7633f13280145024ac1d668b5a820f5ed Mon Sep 17 00:00:00 2001 From: lukeflo Date: Mon, 30 Sep 2024 13:25:17 +0200 Subject: Finish framework for searching list/table entries --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index cc62a61..5338522 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -12,7 +12,6 @@ crossterm = { version = "0.28.1", features = ["event-stream"] } futures = "0.3.30" itertools = "0.13.0" nucleo-matcher = "0.3.1" -# ratatui = "0.28.1" ratatui = { version = "0.28.1", features = ["unstable-rendered-line-info"]} regex = "1.10.6" sarge = "7.2.5" -- cgit v1.2.3