gr3x 0.1.0

A tool to search files
Documentation
[package]
name = "gr3x"
version = "0.1.0"
authors = ["Pratap Yadav <pratap.yadav@outlook.com>"]
license = "MIT"
edition = "2018"
description = "A tool to search files"
readme = "README.md"
homepage = "https://github.com/prtpydv/grex"
repository = "https://github.com/prtpydv/grex"
keywords = ["cli", "search", "demo"]
categories = ["command-line-utilities"]

[dependencies]
clap-verbosity-flag = "0.2"
env_logger = "0.6"
exitfailure = "0.5"
failure = "0.1"
log = "0.4"
structopt = "0.2"

[dev-dependencies]
assert_cmd = "0.10"
predicates = "1"
tempfile = "3"