[package] name = "grp-cli" version = "0.2.0" authors = ["ranaaditya "] license = "MIT" description = "A tool to search files" readme = "README.md" homepage = "https://github.com/ranaaditya/grp-cli" repository = "https://github.com/ranaaditya/grp-cli" keywords = ["cli", "search", "grep"] categories = ["command-line-utilities"] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "0.3.13"