diff options
| author | lukeflo | 2024-10-04 12:55:21 +0200 |
|---|---|---|
| committer | lukeflo | 2024-10-04 12:55:21 +0200 |
| commit | e7b755ceeff4c8662c78d0ba0289e8007c297820 (patch) | |
| tree | b03c971a8801d43286d2f3765ad2f040bc8140dc /Cargo.lock | |
| parent | 2b5802ead34af39a5786ce6dba92949793ee52f7 (diff) | |
| download | bibiman-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.lock | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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" |
