feat: add basis for signal handling
This commit is contained in:
parent
f5fc8b588f
commit
0faa6a8578
6 changed files with 123 additions and 25 deletions
|
|
@ -15,6 +15,7 @@ flate2 = "1.0.26"
|
|||
# Used for backup filenames
|
||||
chrono = "0.4.26"
|
||||
clap = { version = "4.3.1", features = ["derive", "env"] }
|
||||
signal-hook = "0.3.15"
|
||||
|
||||
[profile.release]
|
||||
lto = "fat"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue