mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +02:00
Re-export debug_handler from axum (#1144)
* Re-export `debug_handler` from axum Fixes #1143 * also axum-extra
This commit is contained in:
@@ -16,6 +16,7 @@ form = ["serde_urlencoded"]
|
||||
http1 = ["hyper/http1"]
|
||||
http2 = ["hyper/http2"]
|
||||
json = ["serde_json"]
|
||||
macros = ["axum-macros"]
|
||||
matched-path = []
|
||||
multipart = ["multer"]
|
||||
original-uri = []
|
||||
@@ -47,6 +48,7 @@ tower-layer = "0.3"
|
||||
tower-service = "0.3"
|
||||
|
||||
# optional dependencies
|
||||
axum-macros = { path = "../axum-macros", version = "0.2.3", optional = true }
|
||||
base64 = { version = "0.13", optional = true }
|
||||
headers = { version = "0.3.7", optional = true }
|
||||
multer = { version = "2.0.0", optional = true }
|
||||
|
||||
Reference in New Issue
Block a user