From e7b755ceeff4c8662c78d0ba0289e8007c297820 Mon Sep 17 00:00:00 2001 From: lukeflo Date: Fri, 4 Oct 2024 12:55:21 +0200 Subject: impl opening editor for editing file and update lists afterwards --- Cargo.lock | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to 'Cargo.lock') 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", @@ -342,6 +343,15 @@ version = "1.2.1" 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" @@ -1138,6 +1148,12 @@ dependencies = [ "lazy_static", ] +[[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" -- cgit v1.2.3