Exit with failure codes if configs are bad (#146)

* Exit with failure codes if configs are bad

* fmt
This commit is contained in:
Mostafa Abdelraouf
2022-08-25 20:56:18 -05:00
committed by GitHub
parent 9d84d6f131
commit 3bc4f9351c
4 changed files with 17 additions and 5 deletions

View File

@@ -33,3 +33,4 @@ tokio-rustls = "0.23"
rustls-pemfile = "1"
hyper = { version = "0.14", features = ["full"] }
phf = { version = "0.10", features = ["macros"] }
exitcode = "1.1.2"