[package] name = "gokul_minigrep" version = "0.1.0" edition = "2021" license = "MIT" description = "CLI tool to filter all the lines in given text file with given pattern or word" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] colored = "2.0.0" [profile.dev] opt-level = 1