mirror of
https://github.com/tokio-rs/axum.git
synced 2026-09-02 00:00:22 +02:00
Support any type of response body
This commit is contained in:
@@ -21,3 +21,6 @@ tower = { version = "0.4", features = ["util"] }
|
||||
[dev-dependencies]
|
||||
tokio = { version = "1.6.1", features = ["macros", "rt"] }
|
||||
serde = { version = "1.0", features = ["derive"] }
|
||||
tower = { version = "0.4", features = ["util", "make"] }
|
||||
tower-http = { version = "0.1", features = ["trace"] }
|
||||
hyper = { version = "0.14", features = ["full"] }
|
||||
|
||||
Reference in New Issue
Block a user