From f3cfa231055e36910a12d59107dcf33f9251b37a Mon Sep 17 00:00:00 2001 From: lukeflo Date: Sun, 22 Sep 2024 23:55:38 +0200 Subject: implemented entry list as table --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index 8584b8f..3b5259a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -9,6 +9,7 @@ edition = "2021" biblatex = "0.9.3" crossterm = { version = "0.28.1", features = ["event-stream"] } futures = "0.3.30" +itertools = "0.13.0" ratatui = "0.28.1" regex = "1.10.6" sarge = "7.2.5" -- cgit v1.2.3