json health.

This commit is contained in:
Tom Alexander
2024-07-14 15:19:41 -04:00
parent 02e288ef31
commit 82a5f145e1
3 changed files with 42 additions and 3 deletions

View File

@@ -19,7 +19,8 @@ include = [
[dependencies]
# default form, http1, json, matched-path, original-uri, query, tokio, tower-log, tracing
axum = { version = "0.7.5", default-features = false, features = ["tokio", "http1", "http2"] }
axum = { version = "0.7.5", default-features = false, features = ["tokio", "http1", "http2", "json"] }
serde = { version = "1.0.204", features = ["derive"] }
tokio = { version = "1.38.0", default-features = false, features = ["macros", "process", "rt", "rt-multi-thread"] }
[profile.release-lto]