minigrep_test 0.1.0

A command line tool
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[package]
name = "minigrep_test"
version = "0.1.0"
authors = ["GXwar <richardxulh@gmail.com>"]
edition = "2018"
description = "A command line tool"
license = "MIT"

[dependencies]

[profile.dev]
opt-level = 0

[profile.release]
opt-level = 3