Add minigrep example

This commit is contained in:
laurens 2020-09-27 15:02:54 +02:00
parent 438063ac6b
commit d0a35c47a3
4 changed files with 140 additions and 0 deletions

9
minigrep/Cargo.toml Normal file
View file

@ -0,0 +1,9 @@
[package]
name = "minigrep"
version = "0.1.0"
authors = ["laurens <miers132@gmail.com>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]