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

10 lines
161 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]
2020-09-12 17:49:45 +02:00
actix-web = { version = "3", features = ["openssl"] }
clap = "2.33"
2020-04-05 06:50:44 +02:00
url = "2.0"