minigrep_ahsp 0.1.0

A simple grep implementation from The Rust Programing Book by AHSP
Documentation
[package]
name = "minigrep_ahsp"
version = "0.1.0"
authors = ["AndreHSP <andrehspontes@gmail.com>"]
edition = "2018"
description = "A simple grep implementation from The Rust Programing Book by AHSP"
license = "MIT OR Apache-2.0"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]