aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorlukeflo2024-09-22 23:55:38 +0200
committerlukeflo2024-09-22 23:55:38 +0200
commitf3cfa231055e36910a12d59107dcf33f9251b37a (patch)
tree3df5cc4d091853d650467c956e9346fe0a113c94 /Cargo.toml
parentdc45b960a4eda299058e597f6867e4d4be109b1b (diff)
downloadbibiman-f3cfa231055e36910a12d59107dcf33f9251b37a.tar.gz
bibiman-f3cfa231055e36910a12d59107dcf33f9251b37a.zip
implemented entry list as table
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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"