[package] name = "costott_minigrep" version = "0.1.0" edition = "2021" description = "Returns all lines with a given string pattern in a file." license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [profile.dev] opt-level = 3 [dependencies]