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

13 lines
199 B
TOML
Raw Normal View History

[package]
name = "http-full-proxy"
version = "0.1.0"
authors = ["Rotem Yaari"]
[dependencies]
actix = "0.7.5"
actix-web = "0.7.13"
clap = "2.32.0"
futures = "0.1.25"
failure = "0.1.3"
url = "1.7.1"