1 2 3 4 5 6 7
[package] name = "alex-minigrep" version = "0.1.0" authors = ["Alexander Bartels <bartels.xander@gmail.com>"] license = "MIT" description= "Minigrep Implementation from the rust cookbook" [dependencies]