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

16 lines
242 B
TOML

[package]
name = "http-full-proxy"
version = "0.1.0"
authors = ["Rotem Yaari"]
workspace = ".."
edition = "2018"
[dependencies]
actix-rt = "0.2"
actix-web = "1.0.0-alpha.1"
clap = "2.32.0"
futures = "0.1.25"
failure = "0.1.3"
url = "1.7.1"