[package] name = "grrsjstitch" version = "0.1.0" authors = ["Javier Novoa "] edition = "2018" keywords = ["cli", "search", "demo"] categories = ["command-line-utilities"] license = "MIT OR Apache-2.0" readme = "README.md" description = "A tool to search files" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.40" indicatif = "0.16.0" log = "0.4.14" simple_logger = "1.11.0" structopt = "0.3.21" [dev-dependencies] assert_cmd = "1.0.3" predicates = "1.0.8" tempfile = "3.2.0"