[package] name = "rsfind" description = "a simpler and faster find util" version = "0.2.2" authors = ["Will Shuttleworth "] homepage = "https://github.com/willshuttleworth/rsfind" repository = "https://github.com/willshuttleworth/rsfind" license = "MIT" readme = "README.md" keywords = ["cli", "find"] categories = ["command-line-utilities"] [dependencies] clap = { version = "4.0.32", features = ["derive"] } jwalk = "0.8.1"