[package] #name = "repeat" #version = "0.1.0" edition = "2021" name = "grrs2" version = "0.1.0" authors = ["earayu@163.com"] license = "MIT OR Apache-2.0" description = "A tool to search files" readme = "README.md" homepage = "https://github.com/you/grrs" repository = "https://github.com/you/grrs" 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"] }