aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorlukeflo2024-11-22 15:30:23 +0100
committerlukeflo2024-11-22 15:30:23 +0100
commit19d55db7430bc943dad5e7e4ffcd79692caada0d (patch)
treef63391ee01f3669814bc367bb6e81e7348d83b49 /Cargo.toml
parente5274a2e0c3c6ba62d12420d487e3725e154cee4 (diff)
downloadbibiman-19d55db7430bc943dad5e7e4ffcd79692caada0d.tar.gz
bibiman-19d55db7430bc943dad5e7e4ffcd79692caada0d.zip
add crates
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 253cb54..dac2dd6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -24,6 +24,7 @@ crossterm = { version = "0.28.1", features = ["event-stream"] }
editor-command = "0.1.1"
futures = "0.3.30"
itertools = "0.13.0"
+lexopt = "0.3.0"
nucleo-matcher = "0.3.1"
ratatui = { version = "0.29.0", features = ["unstable-rendered-line-info"]}
sarge = "7.2.5"
@@ -31,3 +32,4 @@ signal-hook = "0.3.17"
tokio = { version = "1.39.3", features = ["full"] }
tokio-util = "0.7.12"
tui-input = "0.11.0"
+walkdir = "2.5.0"