[package] name = "minigrep_tool" version = "0.1.0" edition = "2021" author = ["hotsuitor "] description = "A cli tool to search a string from a file." homepage = "https://github.com/touxing/minigrep" repository = "https://github.com/touxing/minigrep" readme = "README.md" license = "MIT" license-file = "LICENSE.txt" keywords = ["practice", "searching"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]