[package] name = "makci" version = "0.1.1" edition = "2021" authors = ["Christian "] license = "MIT" description = "A tool to search files" readme = "README.md" homepage = "https://github.com/makuo12/grrs" repository = "https://github.com/makuo12/grrs" keywords = ["cli", "search", "demo"] categories = ["command-line-utilities"] [dependencies] clap = { version = "4.0", features = ["derive"] } anyhow = "1.0" indicatif = "0.16" clap-verbosity-flag = "2.2.2"