aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorlukeflo2024-10-04 14:54:27 +0200
committerlukeflo2024-10-04 14:54:27 +0200
commitfb1305f764460e834774944b722aea665c15ac43 (patch)
tree52d7e5f2138970c5089a5d52b978b6d96cf2b571 /Cargo.lock
parent124e3e59efb0bfc35b23f517767731a0eda3a0a6 (diff)
downloadbibiman-fb1305f764460e834774944b722aea665c15ac43.tar.gz
bibiman-fb1305f764460e834774944b722aea665c15ac43.zip
demo gif
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock39
1 files changed, 0 insertions, 39 deletions
diff --git a/Cargo.lock b/Cargo.lock
index c077438..826eb33 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -36,15 +36,6 @@ dependencies = [
]
[[package]]
-name = "aho-corasick"
-version = "1.1.3"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "8e60d3430d3a69478ad0993f19238d2df97c507009a52b3c10addcd7f6bcb916"
-dependencies = [
- "memchr",
-]
-
-[[package]]
name = "allocator-api2"
version = "0.2.16"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -103,7 +94,6 @@ dependencies = [
"itertools",
"nucleo-matcher",
"ratatui",
- "regex",
"sarge",
"signal-hook",
"tokio",
@@ -1062,35 +1052,6 @@ dependencies = [
]
[[package]]
-name = "regex"
-version = "1.10.6"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "4219d74c6b67a3654a9fbebc4b419e22126d13d2f3c4a07ee0cb61ff79a79619"
-dependencies = [
- "aho-corasick",
- "memchr",
- "regex-automata",
- "regex-syntax",
-]
-
-[[package]]
-name = "regex-automata"
-version = "0.4.7"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "38caf58cc5ef2fed281f89292ef23f6365465ed9a41b7a7754eb4e26496c92df"
-dependencies = [
- "aho-corasick",
- "memchr",
- "regex-syntax",
-]
-
-[[package]]
-name = "regex-syntax"
-version = "0.8.4"
-source = "registry+https://github.com/rust-lang/crates.io-index"
-checksum = "7a66a03ae7c801facd77a29370b4faec201768915ac14a721ba36f20bc9c209b"
-
-[[package]]
name = "rustc-demangle"
version = "0.1.23"
source = "registry+https://github.com/rust-lang/crates.io-index"