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

16 lines
242 B
TOML
Raw Normal View History

[package]
name = "http-full-proxy"
version = "0.1.0"
authors = ["Rotem Yaari"]
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-04-08 08:39:45 +02:00
actix-web = "1.0.0-alpha.4"
2019-03-27 07:33:13 +01:00
clap = "2.32.0"
futures = "0.1.25"
failure = "0.1.3"
url = "1.7.1"