[package] name = "actix-webpack-proxy" description = "A simple way to proxy web requests to a webpack dev server with Actix" version = "0.1.0" license-file = "LICENSE" authors = ["asonix "] repository = "https://git.asonix.dog/asonix/actix-webpack-proxy" readme = "README.md" keywords = ["acitx", "webpack", "dev"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] actix = "0.8" actix-codec = "0.1" actix-web = "1.0" actix-web-actors = "1.0" awc = "0.2" failure = "0.1" futures = "0.1" log = "0.4"