use the problem_details crate for problem+json responses

This commit is contained in:
damocles 2026-06-22 14:11:05 +02:00 committed by mara
commit cdf1bfe7db
3 changed files with 49 additions and 42 deletions

View file

@ -24,6 +24,7 @@ tokio.workspace = true
tokio-stream.workspace = true
tracing.workspace = true
tracing-subscriber.workspace = true
problem_details = { version = "0.9.0", features = ["axum"] }
[dev-dependencies]
tempfile = "3"