1
0
mirror of https://github.com/actix/examples synced 2024-11-24 06:43:00 +01:00
examples/http-proxy/Cargo.toml

14 lines
249 B
TOML
Raw Normal View History

[package]
name = "http-proxy"
2022-02-02 02:45:20 +01:00
version = "1.0.0"
2022-02-02 02:43:51 +01:00
edition = "2021"
[dependencies]
2022-02-25 22:07:22 +01:00
actix-web = { version = "4", features = ["openssl"] }
2022-03-04 17:28:40 +01:00
awc = "3.0.0-beta.21"
2022-02-02 03:02:47 +01:00
clap = { version = "3", features = ["derive"] }
env_logger = "0.9"
log = "0.4"
url = "2.2"