test-cli-grep 0.3.0

A simple CLI grep tool
Documentation
[[bin]]
name = "test-cli-grep"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.5.31"

[lib]
name = "test_cli_grep"
path = "src/lib.rs"

[package]
authors = ["livemehere <rhdxoals@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A simple CLI grep tool"
edition = "2024"
license = "MIT"
name = "test-cli-grep"
readme = "README.md"
version = "0.3.0"