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 68e6c59
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions axum-core/Cargo.toml
Expand Up @@ -23,3 +23,4 @@ futures-util = "0.3"
axum = { path = "../axum", version = "0.5" }
hyper = "0.14"
tokio = { version = "1.0", features = ["macros"] }
tower-http = { version = "0.3.4", features = ["limit"] }

0 comments on commit 68e6c59

Please sign in to comment.