1
0
mirror of https://github.com/actix/examples synced 2025-03-20 18:45:17 +01:00

11 lines
234 B
TOML
Raw Normal View History

[package]
name = "http-proxy"
2022-02-02 01:45:20 +00:00
version = "1.0.0"
2022-02-02 01:43:51 +00:00
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"] }
2020-04-05 13:50:44 +09:00
url = "2.0"