examples(error-handling): custom_extractor

This commit is contained in:
Altair-Bueno
2022-08-18 20:01:41 +02:00
parent 046079d340
commit e39433ea5f
3 changed files with 66 additions and 8 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
axum = { path = "../../axum" }
axum = { path = "../../axum", features=["matched-path"] }
axum-extra = { path = "../../axum-extra" }
chrono = { version = "0.4", features = ["serde"] }
serde = { version = "1.0", features = ["derive"] }