[package] name = "accio-string" version = "0.1.2" edition = "2021" authors = ["Achuth V P "] license = "MIT OR Apache-2.0" description = "Search for string patterns in files." homepage = "https://github.com/retrymp3/accio" repository = "https://github.com/retrymp3/accio" keywords = ["cli", "search", "grep"] categories = ["command-line-utilities"] [dependencies] clap = {version = "4.0", features = ["derive"]}