minigrep_io_practice 0.1.0

An I/O Project: Building a Command Line Program
Documentation
[[bin]]
name = "minigrep_io_practice"
path = "src/main.rs"

[dependencies]

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

[package]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
description = "An I/O Project: Building a Command Line Program"
edition = "2021"
license = "MIT OR Apache-2.0"
name = "minigrep_io_practice"
readme = "README.md"
version = "0.1.0"

[profile.dev]
opt-level = 1