1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/http-proxy/Cargo.toml

14 lines
241 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]
actix-web = { workspace = true, features = ["openssl"] }
2022-07-09 23:54:51 +02:00
awc = "3"
2022-02-02 03:02:47 +01:00
2022-10-26 17:51:27 +02:00
clap = { version = "4", features = ["derive"] }
2022-12-11 16:25:57 +01:00
env_logger = "0.10"
2022-02-02 03:02:47 +01:00
log = "0.4"
url = "2.2"