[package] name = "http-proxy" version = "0.1.0" authors = ["Nikolay Kim "] 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"