diff options
| author | lukeflo | 2024-10-03 00:15:20 +0200 |
|---|---|---|
| committer | lukeflo | 2024-10-03 00:15:20 +0200 |
| commit | 790b7633f8405be847ced2862cbd7032ef285951 (patch) | |
| tree | b5c1805bd46e4c50f3a7ae32b5461effe5a63a31 /Cargo.lock | |
| parent | 36f01f65b1804125e7d18a17ce57205248e1b7fd (diff) | |
| download | bibiman-790b7633f8405be847ced2862cbd7032ef285951.tar.gz bibiman-790b7633f8405be847ced2862cbd7032ef285951.zip | |
further reodering of tui process, removed event.rs (integrated into tui.rs)
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -104,7 +104,9 @@ dependencies = [ "ratatui", "regex", "sarge", + "signal-hook", "tokio", + "tokio-util", ] [[package]] @@ -1346,6 +1348,19 @@ dependencies = [ ] [[package]] +name = "tokio-util" +version = "0.7.12" +source = "registry+https://github.com/rust-lang/crates.io-index" +checksum = "61e7c3654c13bcd040d4a03abee2c75b1d14a37b423cf5a813ceae1cc903ec6a" +dependencies = [ + "bytes", + "futures-core", + "futures-sink", + "pin-project-lite", + "tokio", +] + +[[package]] name = "tracing" version = "0.1.40" source = "registry+https://github.com/rust-lang/crates.io-index" |
