[package]
edition = "2021"
name = "rohit_grep"
version = "0.1.0"
authors = ["Rohit Joshi bhdream000@gmail.com"]
build = false
autobins = false
autoexamples = false
autotests = false
autobenches = false
description = "A tool to search files"
homepage = "https://github.com/DJ7999/rgrep"
readme = false
categories = ["command-line-utilities"]
license = "MIT OR Apache-2.0"
repository = "https://github.com/DJ7999/rgrep"
[lib]
name = "rohit_grep"
path = "src/lib.rs"
[[bin]]
name = "rohit_grep"
path = "src/main.rs"
[dependencies.anyhow]
version = "1.0.89"
[dependencies.assert_cmd]
version = "2.0.16"
[dependencies.assert_fs]
version = "1.1.2"
[dependencies.clap]
version = "4.5.17"
features = ["derive"]
[dependencies.indicatif]
version = "0.17.8"
[dependencies.predicates]
version = "3.1.2"