aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorlukeflo2024-11-22 17:35:09 +0100
committerlukeflo2024-11-22 17:35:09 +0100
commit53679da34cd7fe84aaac2a15f936e1450de7c125 (patch)
treee80ab452c1294e58fa3a1feddc64d65ef3e8e916 /Cargo.toml
parent19d55db7430bc943dad5e7e4ffcd79692caada0d (diff)
downloadbibiman-53679da34cd7fe84aaac2a15f936e1450de7c125.tar.gz
bibiman-53679da34cd7fe84aaac2a15f936e1450de7c125.zip
rewrite cli parsing, allow multiple files and dir as args
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 0 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index dac2dd6..ccec50b 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -27,7 +27,6 @@ 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"
signal-hook = "0.3.17"
tokio = { version = "1.39.3", features = ["full"] }
tokio-util = "0.7.12"