aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorlukeflo2024-12-16 13:46:24 +0100
committerlukeflo2024-12-23 21:03:19 +0100
commitbf93bbee1b59c9804a01a7476e12264bbbcf5f40 (patch)
treee8b1454a9c85e6932b443a34a4a18a02b71bfccc /Cargo.lock
parenta6fca1fcf164142d84d09242b9d95a1da0b2d2d9 (diff)
downloadbibiman-bf93bbee1b59c9804a01a7476e12264bbbcf5f40.tar.gz
bibiman-bf93bbee1b59c9804a01a7476e12264bbbcf5f40.zip
rewrite add-entry via DOI workflow
+ split some functions to fit with different popups + select if append to file (and to which) or create new file + error handling if resolving doi ist not possible + error handling for wront doi patterns
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 8b9dbb7..81b976f 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -1,6 +1,6 @@
# This file is automatically @generated by Cargo.
# It is not intended for manual editing.
-version = 3
+version = 4
[[package]]
name = "addr2line"
@@ -107,6 +107,7 @@ dependencies = [
"nucleo-matcher",
"rand",
"ratatui",
+ "regex",
"signal-hook",
"tokio",
"tokio-util",