findrs 0.3.2

a simpler and faster find util
[[bin]]
name = "findrs"
path = "src/main.rs"

[dependencies.clap]
features = ["derive"]
version = "4.0.32"

[dependencies.jwalk]
version = "0.8.1"

[package]
authors = ["Will Shuttleworth <wshuttleworth@pitt.edu>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "a simpler and faster find util"
edition = "2024"
homepage = "https://github.com/willshuttleworth/rsfind"
keywords = ["cli", "find"]
license = "MIT"
name = "findrs"
readme = "README.md"
repository = "https://github.com/willshuttleworth/rsfind"
version = "0.3.2"