1
0
mirror of https://github.com/actix/examples synced 2025-06-26 17:17:42 +02:00

add backend server for http proxy example

This commit is contained in:
Nikolay Kim
2018-05-07 18:55:18 -07:00
parent 85af2bce54
commit 27de52b5d5
5 changed files with 361 additions and 284 deletions

View File

@ -4,6 +4,14 @@ version = "0.1.0"
authors = ["Nikolay Kim <fafhrd91@gmail.com>"]
workspace = "../"
[[bin]]
name = "proxy"
path = "src/main.rs"
[[bin]]
name = "server"
path = "src/server.rs"
[dependencies]
env_logger = "0.5"
futures = "0.1"