Skip to content

Commit

Permalink
chore: Fix documentation URL, Bump MSRV to 1.70
Browse files Browse the repository at this point in the history
  • Loading branch information
siketyan committed Jan 14, 2024
1 parent 47231a8 commit 0d2dfbc
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,14 @@ name = "hyper-proxy2"
version = "0.1.0"
authors = ["Natsuki Ikeguchi <[email protected]>"]
description = "A proxy connector for Hyper-based applications"

documentation = "https://docs.rs/hyper-proxy"
repository = "https://github.com/siketyan/hyper-proxy"

documentation = "https://docs.rs/hyper-proxy2"
repository = "https://github.com/siketyan/hyper-proxy2"
readme = "README.md"
keywords = ["hyper", "proxy", "tokio", "ssl"]
categories = ["web-programming::http-client", "asynchronous", "authentication"]
license = "MIT"
edition = "2021"
rust-version = "1.70.0"

[dependencies]
tokio = { version = "1.35", features = ["io-std", "io-util"] }
Expand Down

0 comments on commit 0d2dfbc

Please sign in to comment.