feat: add basis for signal handling

This commit is contained in:
Jef Roosens 2023-06-06 16:57:59 +02:00
parent f5fc8b588f
commit 0faa6a8578
Signed by: Jef Roosens
GPG key ID: B75D4F293C7052DB
6 changed files with 123 additions and 25 deletions

View file

@ -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"