mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-07 00:00:12 +02:00
Add Resource to axum-extra (#538)
This commit is contained in:
@@ -15,5 +15,13 @@ erased-json = ["serde", "serde_json"]
|
||||
|
||||
[dependencies]
|
||||
axum = { path = "../axum", version = "0.3" }
|
||||
tower-service = "0.3"
|
||||
|
||||
# optional dependencies
|
||||
serde = { version = "1.0.130", optional = true }
|
||||
serde_json = { version = "1.0.71", optional = true }
|
||||
|
||||
[dev-dependencies]
|
||||
hyper = "0.14"
|
||||
tokio = { version = "1.14", features = ["full"] }
|
||||
tower = { version = "0.4", features = ["util"] }
|
||||
|
||||
Reference in New Issue
Block a user