xer_minigrep 0.0.0

minigrep is a minimal version of grep as shown in the rust book.
Documentation
[dependencies]

[package]
categories = ["command-line-interface", "command-line-utilities", "text-processing", "parsing"]
description = "minigrep is a minimal version of grep as shown in the rust book."
edition = "2021"
keywords = ["text", "edit", "search", "find", "grep"]
license-file = "LICENSE"
name = "xer_minigrep"
readme = "README.md"
version = "0.0.0"

[profile.dev]
opt-level = 0
strip = false

[profile.release]
opt-level = 3
strip = true