examples(error-handling): derive_from_request

This commit is contained in:
Altair-Bueno
2022-08-18 20:41:26 +02:00
parent e39433ea5f
commit edd4e7b661
3 changed files with 51 additions and 2 deletions
+1
View File
@@ -8,6 +8,7 @@ edition = "2021"
[dependencies]
axum = { path = "../../axum", features=["matched-path"] }
axum-extra = { path = "../../axum-extra" }
axum-macros = { path = "../../axum-macros" }
chrono = { version = "0.4", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"