1
0
mirror of https://github.com/actix/examples synced 2024-11-28 00:12:57 +01:00
examples/http-proxy/Cargo.toml

15 lines
316 B
TOML
Raw Normal View History

[package]
name = "http-proxy"
version = "0.1.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>", "Rotem Yaari <vmalloc@gmail.com>"]
2019-03-27 07:33:13 +01:00
workspace = ".."
edition = "2018"
[dependencies]
2019-03-27 07:33:13 +01:00
actix-rt = "0.2"
2019-06-10 18:06:56 +02:00
actix-web = { version = "1.0.0", features=["ssl"] }
clap = "2.32.0"
futures = "0.1.25"
failure = "0.1.3"
url = "1.7.1"