[package] name = "add-gitignore" version = "0.2.0" authors = ["Bogdan Floris "] edition = "2018" description = "Interactive CLI application which generates `.gitignore` files for your projects." license = "MIT" readme = "README.md" homepage = "https://github.com/BogdanFloris/add-gitignore" repository = "https://github.com/BogdanFloris/add-gitignore" keywords = ["cli", "add", "gitignore", "git"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] reqwest = "0.9.19" dialoguer = "0.4.0" console = "0.8.0"