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
258 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-18 03:40:58 +01:00
actix-web = { version = "4.0.0-rc.3", features = ["openssl"] }
awc = "3.0.0-beta.19"
2022-02-02 03:02:47 +01:00
clap = { version = "3", features = ["derive"] }
env_logger = "0.9"
log = "0.4"
url = "2.2"