fix: Support other signals properly (#194)

This commit is contained in:
Gerald Pinder 2024-06-23 18:29:46 -04:00 committed by GitHub
parent d0d51d5aa0
commit 7a563f42da
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
11 changed files with 175 additions and 126 deletions

View file

@ -12,7 +12,6 @@ license.workspace = true
atty = "0.2"
base64 = "0.22.1"
blake2 = "0.10.6"
ctrlc = { version = "3.4.4", features = ["termination"] }
directories = "5"
rand = "0.8.5"
log4rs = { version = "1.3.0", features = ["background_rotation"] }
@ -20,6 +19,7 @@ nix = { version = "0.29.0", features = ["signal"] }
nu-ansi-term = { version = "0.50.0", features = ["gnu_legacy"] }
os_pipe = { version = "1", features = ["io_safety"] }
process_control = { version = "4", features = ["crossbeam-channel"] }
signal-hook = { version = "0.3.17", features = ["extended-siginfo"] }
syntect = "5"
which = "6"