aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorlukeflo2024-09-29 22:46:58 +0200
committerlukeflo2024-09-29 22:46:58 +0200
commitadaeba1a907dfee5f33afe832e9e9a7e9f59b1f2 (patch)
tree1d498156846c99a5201d0e1d83beeec76301a7c8 /Cargo.toml
parent96a5cc63cce9a2a8f505538268a42fef0891f0b5 (diff)
downloadbibiman-adaeba1a907dfee5f33afe832e9e9a7e9f59b1f2.tar.gz
bibiman-adaeba1a907dfee5f33afe832e9e9a7e9f59b1f2.zip
implemented search mode (for entries only ATM)
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 7983fbc..cc62a61 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -11,6 +11,7 @@ biblatex = "0.9.3"
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"