use the problem_details crate for problem+json responses
This commit is contained in:
parent
5dc1b3933a
commit
cdf1bfe7db
3 changed files with 49 additions and 42 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Reference in a new issue