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

2
Cargo.lock generated
View file

@ -250,6 +250,8 @@ name = "kosyncrs"
version = "0.1.0"
dependencies = [
"axum",
"serde",
"serde_json",
"tokio",
]