filesearch 0.1.0

A tool to find files and folders
Documentation
[[bin]]
name = "filesearch"
path = "src/main.rs"

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

[dependencies.globset]
version = "0.4.18"

[lib]
name = "filesearch"
path = "src/lib.rs"

[package]
authors = ["Stephen <emmanuelstephen024@gmail.com>"]
autobenches = false
autobins = false
autoexamples = false
autolib = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A tool to find files and folders"
edition = "2024"
homepage = "https://github.com/steph-crown/filesearch"
keywords = ["cli", "search", "filesearch"]
license = "MIT OR Apache-2.0"
name = "filesearch"
readme = "readme.md"
repository = "https://github.com/steph-crown/filesearch"
version = "0.1.0"