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

11 lines
243 B
TOML
Raw Normal View History

[package]
name = "http-proxy"
2019-12-07 18:59:24 +01:00
version = "2.0.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>", "Rotem Yaari <vmalloc@gmail.com>"]
edition = "2018"
[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"