[package] name = "roxy" version = "0.1.0" authors = ["wojciechkepka "] edition = "2018" license = "Apache-2.0" description = "Simple ACL proxy" readme = "README.md" repository = "https://github.com/wojciechkepka/roxy" keywords = ["server", "proxy", "acl", "ip"] categories = ["command-line-utilities"] [dependencies] hyper = "0.13.2" tokio = {version="0.2.4", features=["macros"]} failure = "0.1.6"