[package] name = "grrs_rk" version = "0.1.0" authors = ["Rajesh Reddy Kundur "] edition = "2018" license = "MIT OR Apache-2.0" description = "A tool to search files" readme = "README.md" homepage = "https://github.com/rajeshreddykundur/grrs" repository = "https://github.com/rajeshreddykundur/grrs" keywords = ["cli", "search", "demo"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "0.2.10" failure = "0.1.6" exitfailure = "0.5.1" indicatif = "0.13.0" log = "0.4.8" env_logger = "0.7.1" [dev-dependencies] assert_cmd = "0.12.0" predicates = "1.0.2" tempfile = "3.1.0"