mirror of
https://github.com/actix/examples
synced 2024-11-24 06:43:00 +01:00
16 lines
275 B
TOML
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"
|