[package] name = "clifton_minigrep" version = "0.1.0" authors = ["Clifton King "] edition = "2018" license = "MIT" description = "Basic grepping tool built from the rust book" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [profile.dev] opt-level = 0 [profile.release] opt-level = 3