1
0
mirror of https://github.com/actix/examples synced 2025-02-02 09:39:03 +01:00
Luca Palmieri d94a8ead36
Update basics/http-proxy to v4 (#478)
Co-authored-by: Rob Ede <robjtede@icloud.com>
2022-02-02 01:51:58 +00:00

11 lines
234 B
TOML

[package]
name = "http-proxy"
version = "1.0.0"
edition = "2021"
[dependencies]
actix-web = { version = "4.0.0-beta.21", features = ["openssl"] }
awc = "3.0.0-beta.19"
clap = { version = "3.0.13", features = ["derive"] }
url = "2.0"