1
0
mirror of https://github.com/actix/examples synced 2024-11-23 22:41:07 +01:00
examples/http-proxy/Cargo.toml
2019-03-26 23:33:13 -07:00

22 lines
366 B
TOML

[package]
name = "http-proxy"
version = "0.1.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
edition = "2018"
workspace = ".."
[[bin]]
name = "proxy"
path = "src/main.rs"
[[bin]]
name = "proxy-example-server"
path = "src/server.rs"
[dependencies]
actix-rt = "0.2"
actix-web = { git="https://github.com/actix/actix-web.git" }
env_logger = "0.5"
futures = "0.1"