aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorlukeflo2024-11-22 17:35:09 +0100
committerlukeflo2024-11-22 17:35:09 +0100
commit53679da34cd7fe84aaac2a15f936e1450de7c125 (patch)
treee80ab452c1294e58fa3a1feddc64d65ef3e8e916 /Cargo.lock
parent19d55db7430bc943dad5e7e4ffcd79692caada0d (diff)
downloadbibiman-53679da34cd7fe84aaac2a15f936e1450de7c125.tar.gz
bibiman-53679da34cd7fe84aaac2a15f936e1450de7c125.zip
rewrite cli parsing, allow multiple files and dir as args
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock7
1 files changed, 0 insertions, 7 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 7c194d8..3609d77 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -83,7 +83,6 @@ dependencies = [
"lexopt",
"nucleo-matcher",
"ratatui",
- "sarge",
"signal-hook",
"tokio",
"tokio-util",
@@ -1098,12 +1097,6 @@ dependencies = [
]
[[package]]
-name = "sarge"
-version = "7.2.5"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "2096e40214337b2293fa4c3eb63c5376b57f4247cbbaf6d0af477f1d36ac21d9"
-
-[[package]]
name = "scoped-tls"
version = "1.0.1"
source = "registry+https://github.com/rust-lang/crates.io-index"