1
0
mirror of https://github.com/actix/examples synced 2025-01-23 06:14:35 +01:00
2019-06-06 16:47:40 +06:00

16 lines
234 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"
clap = "2.32.0"
futures = "0.1.25"
failure = "0.1.3"
url = "1.7.1"