Update README.md
This commit is contained in:
parent
d109fcbd62
commit
ff09ac01a1
@ -24,9 +24,9 @@ Add these dependencies to your `Cargo.toml` file.
|
|||||||
|
|
||||||
```toml
|
```toml
|
||||||
[dependencies]
|
[dependencies]
|
||||||
hyper-reverse-proxy = "0.4"
|
hyper-reverse-proxy = "0.5"
|
||||||
hyper = "0.12"
|
hyper = "0.13"
|
||||||
futures = "0.1"
|
tokio = { version = "0.2", features = ["full"] }
|
||||||
```
|
```
|
||||||
|
|
||||||
The following example will set up a reverse proxy listening on `127.0.0.1:13900`,
|
The following example will set up a reverse proxy listening on `127.0.0.1:13900`,
|
||||||
|
Loading…
Reference in New Issue
Block a user