mirror of
https://github.com/actix/examples
synced 2025-02-02 09:39:03 +01:00
d94a8ead36
Co-authored-by: Rob Ede <robjtede@icloud.com>
11 lines
234 B
TOML
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"
|