nfminigrep 0.1.0

Testing cargo publishing and learning Rust with the minigrep tutorial (https://doc.rust-lang.org/book/ch14-02-publishing-to-crates-io.html)
Documentation
[package]
name = "nfminigrep"
version = "0.1.0"
authors = ["nf <cargo@winetech.com>"]
edition = "2018"
license = "MIT"
description = "Testing cargo publishing and learning Rust with the minigrep tutorial (https://doc.rust-lang.org/book/ch14-02-publishing-to-crates-io.html)"

[dependencies]