minigreper 0.1.0

Small grep style cli from the book
Documentation
[[bin]]
name = "minigreper"
path = "src/main.rs"

[dependencies]

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

[package]
authors = ["ancill"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "Small grep style cli from the book"
edition = "2021"
license = "MIT"
name = "minigreper"
readme = false
version = "0.1.0"