aboutsummaryrefslogtreecommitdiff
path: root/Cargo.lock
diff options
context:
space:
mode:
authorlukeflo2024-10-04 12:55:21 +0200
committerlukeflo2024-10-04 12:55:21 +0200
commite7b755ceeff4c8662c78d0ba0289e8007c297820 (patch)
treeb03c971a8801d43286d2f3765ad2f040bc8140dc /Cargo.lock
parent2b5802ead34af39a5786ce6dba92949793ee52f7 (diff)
downloadbibiman-e7b755ceeff4c8662c78d0ba0289e8007c297820.tar.gz
bibiman-e7b755ceeff4c8662c78d0ba0289e8007c297820.zip
impl opening editor for editing file and update lists afterwards
Diffstat (limited to 'Cargo.lock')
-rw-r--r--Cargo.lock16
1 files changed, 16 insertions, 0 deletions
diff --git a/Cargo.lock b/Cargo.lock
index 4cebb38..c077438 100644
--- a/Cargo.lock
+++ b/Cargo.lock
@@ -98,6 +98,7 @@ dependencies = [
"biblatex",
"color-eyre",
"crossterm",
+ "editor-command",
"futures",
"itertools",
"nucleo-matcher",
@@ -343,6 +344,15 @@ source = "registry+https://github.com/rust-lang/crates.io-index"
checksum = "75b325c5dbd37f80359721ad39aca5a29fb04c89279657cffdda8736d0c0b9d2"
[[package]]
+name = "editor-command"
+version = "0.1.1"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "aa7a3e34d7a5b881150285b40d8c81ba256b398c89dcc5e9384941184ae934c0"
+dependencies = [
+ "shellish_parse",
+]
+
+[[package]]
name = "either"
version = "1.9.0"
source = "registry+https://github.com/rust-lang/crates.io-index"
@@ -1139,6 +1149,12 @@ dependencies = [
]
[[package]]
+name = "shellish_parse"
+version = "2.2.0"
+source = "registry+https://github.com/rust-lang/crates.io-index"
+checksum = "4c29b912ad681a28566f37b936bba1f3580a93b9391c4a0b12cb1c6b4ed79973"
+
+[[package]]
name = "signal-hook"
version = "0.3.17"
source = "registry+https://github.com/rust-lang/crates.io-index"