[package] name = "search_content" version = "0.1.0" edition = "2021" authors = ["Charitha,Vandana"] license = "MIT OR Apache-2.0" description = "A tool to search files" readme = "README.md" homepage = "https://github.com/CharithaVuppalavanchu/grrs" repository = "https://github.com/CharithaVuppalavanchu/grrs" 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] clap = { version = "3.0", features = ["derive"] } anyhow = "1.0" indicatif = "0.17.0" env_logger = "0.9.0" log = "0.4.0"