build: add api server health endpoint

This commit is contained in:
2026-04-21 01:36:04 +08:00
parent 6ada003c78
commit ec04790848
7 changed files with 145 additions and 6 deletions

2
server-rs/Cargo.lock generated
View File

@@ -22,10 +22,12 @@ name = "api-server"
version = "0.1.0"
dependencies = [
"axum",
"http-body-util",
"serde",
"serde_json",
"time",
"tokio",
"tower",
"tower-http",
"tracing",
"tracing-subscriber",