Add health endpoint

This commit is contained in:
Alexander
2026-06-30 20:26:06 +02:00
parent 9eb537dfa4
commit 601c466ce4
5 changed files with 414 additions and 0 deletions
+2
View File
@@ -36,7 +36,9 @@ anyhow = "1"
async-trait = "0.1"
bytes = "1"
tonic = "0.14"
tonic-health = "0.14"
tonic-prost = "0.14"
tonic-reflection = "0.14"
prost = "0.14"
tokio-stream = "0.1"
http = "1"