[package] name = "dns-over-wikipedia" version = "0.1.0" authors = ["Aaron Janse ", "Vihan Bhargava "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] nickel = "*" reqwest = { version = "0.10", features = ["blocking"] } json = "0.12.4" scraper = "0.11.0"