daveparr_minigrep 0.1.0

A simple command line tool to search for a string in a file based on 'The Rust Programming Language' book
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "daveparr_minigrep"
license = "MIT"
version = "0.1.0"
edition = "2021"
description = "A simple command line tool to search for a string in a file based on 'The Rust Programming Language' book"
readme = "README.md"
repository = "https://github.com/DaveParr/minigrep"
categories = ["text-processing", "command-line-utilities"]

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

[dependencies]