[package] name = "grrs-dodiameer" version = "1.0.0" edition = "2018" authors = ["Mohammed Ali Agha "] license = "MIT" description = "Poor man's GREP - Tutorial on https://rust-cli.github.io/book/tutorial/index.html" readme = "README.md" homepage = "https://githubcom/dodiameer/grrs" repository = "https://githubcom/dodiameer/grrs" keywords = ["cli", "search", "grep", "demo"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] structopt = "0.3.13" anyhow = "1.0"