1 2 3 4 5 6 7 8
[dependencies] [package] description = "A simple command line search tool that reads the file, finds lines in that file that contain the string argument, and prints those lines." edition = "2021" license = "MIT" name = "zinugrep" version = "0.1.0"