axum-extra: Make axum optional dependency (#3485)

This commit is contained in:
tottoto
2025-10-29 16:58:10 +01:00
committed by David Mládek
parent 69703479c8
commit 929512f462
25 changed files with 109 additions and 77 deletions
@@ -6,7 +6,7 @@ publish = false
[dependencies]
axum = { path = "../../axum", features = ["macros"] }
axum-extra = { path = "../../axum-extra" }
axum-extra = { path = "../../axum-extra", features = ["with-rejection"] }
serde = { version = "1.0", features = ["derive"] }
serde_json = "1.0"
thiserror = "1.0"