chap_grrs 0.1.1

A simple command line tool for searching files, line-by-line, with a keyword
Documentation
[[bin]]
name = "chap_grrs"
path = "src/main.rs"

[dependencies.anyhow]
version = "1.0"

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

[dependencies.indicatif]
version = "0.17.11"

[dev-dependencies.assert_cmd]
version = "2.0.14"

[dev-dependencies.assert_fs]
version = "1.1.1"

[dev-dependencies.predicates]
version = "3.1.3"

[dev-dependencies.tempfile]
version = "3.16.0"

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

[package]
authors = ["Nathaniel Chappelle nathaniel.chappelle@proton.me"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A simple command line tool for searching files, line-by-line, with a keyword"
edition = "2021"
homepage = "https://github.com/Binkersss/GRRS"
keywords = ["cli", "search", "demo"]
license = "Apache-2.0"
name = "chap_grrs"
readme = "README.md"
repository = "https://github.com/Binkersss/GRRS"
version = "0.1.1"

[[test]]
name = "cli"
path = "tests/cli.rs"