[package] name = "bad_cors" version = "0.1.0" authors = ["Thomas Helmkay "] edition = "2018" description = "A terrible cors implementation for rocket" license = "MIT" license-file = "LICENSE" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] rocket = "0.4.4" rocket_contrib="0.4.4" log = "0.4.13"