[package] name = "embargoed" version = "0.1.1" authors = ["LĂ­lian Ferreira de Freitas "] edition = "2021" license = "MIT AND Apache-2.0" description = "Rust library to intercept all requests from Russian IP addresses to any Rocket application and respond with a pro-Ukraine message instead" readme = "README.md" repository = "https://github.com/lily-mosquitoes/embargoed-rust" [dependencies] maxminddb = { version = "0.21.0", features = ["mmap"] } rocket = "0.5.0-rc.1"