[package] name = "mini-grep" version = "0.1.3" authors = ["Deepak Borania "] edition = "2018" license = "MIT" description = "A test crate with mini grep as in The Book" repository = "https://github.com/deepakborania/minigrep" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] [profile.dev] opt-level = 0