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:
@ -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"
|
||||
|
Reference in New Issue
Block a user