[package] name = "grrs_mh" version = "0.1.0" authors = ["Matthew Healy "] edition = "2018" license = "MIT" description = "A dumb a.f. mini-grep." readme = "README.md" homepage = "https://github.com/matthew-healy/grrs" repository = "https://github.com/matthew-healy/grrs" keywords = ["cli", "search", "demo"] categories = ["command-line-utilities"] [dependencies] structopt = "0.3" failure = "0.1.5" exitfailure = "0.5.1" [dev-dependencies] assert_cmd = "0.10" predicates = "1" tempfile = "3"