1
0
mirror of https://github.com/actix/examples synced 2025-01-23 06:14:35 +01:00

11 lines
243 B
TOML
Raw Normal View History

[package]
name = "http-proxy"
2019-12-07 23:59:24 +06:00
version = "2.0.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>", "Rotem Yaari <vmalloc@gmail.com>"]
edition = "2018"
[dependencies]
2020-09-12 16:49:45 +01:00
actix-web = { version = "3", features = ["openssl"] }
clap = "2.33"
2020-04-05 13:50:44 +09:00
url = "2.0"