[package] name = "qwiki" version = "0.3.1" edition = "2021" authors = ["Kedar Panchal "] license = "MIT" description = "A command-line utility to search for Wikipedia articles" readme = "README.md" homepage = "https://github.com/KedarPanchal/qwiki" repository = "https://github.com/KedarPanchal/qwiki" keywords = ["cli", "wikipedia"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] wikipedia = "0.3.4"