Skip to content

Commit

Permalink
add tower-http dev dep to axum-core
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Jun 6, 2022
1 parent 56215e7 commit e664b34
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions axum-core/Cargo.toml
Expand Up @@ -23,3 +23,7 @@ futures-util = "0.3"
axum = { path = "../axum", version = "0.5" }
hyper = "0.14"
tokio = { version = "1.0", features = ["macros"] }

[dev-dependencies.tower-http]
version = "0.3.4"
features = ["limit"]

0 comments on commit e664b34

Please sign in to comment.