aboutsummaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorlukeflo2024-10-03 00:15:20 +0200
committerlukeflo2024-10-03 00:15:20 +0200
commit790b7633f8405be847ced2862cbd7032ef285951 (patch)
treeb5c1805bd46e4c50f3a7ae32b5461effe5a63a31 /Cargo.toml
parent36f01f65b1804125e7d18a17ce57205248e1b7fd (diff)
downloadbibiman-790b7633f8405be847ced2862cbd7032ef285951.tar.gz
bibiman-790b7633f8405be847ced2862cbd7032ef285951.zip
further reodering of tui process, removed event.rs (integrated into tui.rs)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 9b182eb..3ef2932 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -16,4 +16,6 @@ nucleo-matcher = "0.3.1"
ratatui = { version = "0.28.1", features = ["unstable-rendered-line-info"]}
regex = "1.10.6"
sarge = "7.2.5"
+signal-hook = "0.3.17"
tokio = { version = "1.39.3", features = ["full"] }
+tokio-util = "0.7.12"