[package] name = "jayy_minigrep" version = "0.1.0" authors = ["Jayy-Lmao "] edition = "2018" description = "A practice exercise from the rust book" license = "GPL-2.0" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] colored = "1.8"