[package] name = "zedl-grep" version = "0.1.2" edition = "2021" authors = ["Martin Lédl"] description = "A tool to search for text in files recursively." license = "Apache-2.0" readme = "README.md" homepage = "https://github.com/martinledl/zedl-grep-rust" repository = "https://github.com/martinledl/zedl-grep-rust" keywords = ["cli", "search", "grep"] categories = ["command-line-utilities"] [lib] name = "zedl_grep" [dependencies] clap = { version = "4.5.1", features = ["derive"] } anyhow = "1.0" colored = "2.1" rust_search = "2.0.0" indicatif = "0.17.8"