[package] name = "rgep" version = "0.1.0" authors = ["Abhishek Keshri "] edition = "2018" license = "GPL-2.0+" description = "A tool to search files for patterns" readme = "README.md" homepage = "https://github.com/2kabhishek/rgep" repository = "https://github.com/2kabhishek/rgep" keywords = ["cli", "search", "grep", "toy"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "0.3.16" ansi_term = "0.6.3"