Skip to content

Commit

Permalink
Merge pull request #7 from hatoo/reduce-features
Browse files Browse the repository at this point in the history
Reduce features
  • Loading branch information
hatoo authored Feb 10, 2024
2 parents 5934ce8 + 3563ec5 commit 9886c01
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 12 deletions.
10 changes: 0 additions & 10 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

11 changes: 9 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,15 @@ keywords = ["http", "proxy", "http-proxy"]
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
hyper = { version = "1.0.1", features = ["full"] }
tokio = { version = "1.34.0", features = ["full"] }
tokio = { version = "1.34.0", features = [
"macros",
"rt",
"rt-multi-thread",
"parking_lot",
"io-util",
"net",
] }
hyper = { version = "1.0.1", features = ["http1", "server", "client"] }
futures = "0.3.29"
bytes = "1.5.0"
http-body-util = "0.1.0"
Expand Down

0 comments on commit 9886c01

Please sign in to comment.