incorporated run-time configfile selection using trap

This commit is contained in:
2023-05-07 01:09:31 +02:00
parent dd24908816
commit 758108c925
6 changed files with 40 additions and 12 deletions

View File

@@ -14,4 +14,6 @@ string-builder = "0.2.*"
env_logger = "0.4.*"
dotenvy = "0.15.7"
log = "0.4"
signal-hook = "0.3.*"
signal-hook = "0.3.*"
toml = "0.5.*"
clap = { version = "4.2.*", features = ["derive"] }