healthcheck implemented

This commit is contained in:
Martin Brodbeck 2023-09-25 15:54:07 +02:00
parent 3b42995e47
commit 514fa9d48f
3 changed files with 30 additions and 2 deletions

View file

@ -7,4 +7,6 @@ edition = "2021"
[dependencies]
axum = "0.6.20"
serde = "1.0.188"
serde_json = "1.0.107"
tokio = { version = "1.32.0", features = ["macros", "rt-multi-thread"] }