fix: Support other signals properly (#194)
This commit is contained in:
parent
d0d51d5aa0
commit
7a563f42da
11 changed files with 175 additions and 126 deletions
|
|
@ -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"
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue