[package] name = "grep-rs" version = "0.2.1" edition = "2021" authors = ["Eil "] license = "MIT OR Apache-2.0" description = "A tool to search files" readme = "README.md" repository = "https://github.com/InkCoderYmc/grsp" keywords = ["cli", "search", "demo"] categories = ["command-line-utilities"] # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] regex = "1.10.4"