[package] name = "findrs" description = "a simpler and faster find util" version = "0.3.1" 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"