Skip to content

Commit

Permalink
note which types from http_body_util is in our public api
Browse files Browse the repository at this point in the history
  • Loading branch information
davidpdrsn committed Mar 24, 2023
1 parent 375bfa1 commit 9fad529
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tower-http/Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -128,6 +128,11 @@ allowed = [
"bytes",
"http",
"http_body",
# because of
# - UnsyncBoxBody
# - Full
# - Limited
"http_body_util",
"mime",
"tokio",
"tower",
Expand Down

0 comments on commit 9fad529

Please sign in to comment.