[package] name = "minigrep_echnobas" version = "0.1.0" description = "Minigrep example from the rustlang book with regex support" authors = ["echnobas <<60543166+echnobas@users.noreply.github.com>>"] edition = "2018" license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "0.2"