[package] name = "olivia" version = "0.1.0" edition = "2018" authors = ["Matthew Salazar "] description = "Command-line tool for bootstrapping git projects." license = "MIT" readme = "README.md" repository = "https://github.com/mtslzr/olivia" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = "3.0.0-beta.1"