[package] name = "minigrep_lotuscc" version = "0.1.0" authors = ["lotuscc <2870111048@qq.com>"] edition = "2018" description = "A simple grep implementation from The Rust Programing Book." license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [profile.dev] opt-level = 1