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-26 23:33:13 -07:00

16 lines
275 B
TOML

[package]
name = "http-full-proxy"
version = "0.1.0"
authors = ["Rotem Yaari"]
workspace = ".."
edition = "2018"
[dependencies]
actix-rt = "0.2"
actix-web = { git="https://github.com/actix/actix-web.git" }
clap = "2.32.0"
futures = "0.1.25"
failure = "0.1.3"
url = "1.7.1"