[package] name = "pokeshell" description = "CLI App for Pokemon Data" version = "0.1.0" edition = "2021" authors = ["Julien Bertazzo Lambert "] license = "MIT" readme = "README.md" homepage = "https://github.com/JLambertazzo/pokeshell" repository = "https://github.com/JLambertazzo/pokeshell" keywords = ["cli", "pokemon", "poke", "data"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "3.0", features = ["derive"] }