[package] name = "grrrrrrs" version = "0.1.0" authors = ["woxjro "] license = "MIT" description = "A tool to search files" readme = "README.md" homepage = "https://github.com/woxjro/grrrrrrs" repository = "https://github.com/woxjro/grrrrrrs" keywords = ["cli", "search", "demo"] categories = ["command-line-utilities"] edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] clap = { version = "3.0", features = ["derive"] }