[package] name = "http-proxy" version = "0.1.0" authors = ["Nikolay Kim "] workspace = "../" [[bin]] name = "proxy" path = "src/main.rs" [[bin]] name = "proxy-example-server" path = "src/server.rs" [dependencies] env_logger = "0.5" futures = "0.1" actix = "0.7" actix-web = "^0.7"