[[bin]]
name = "bfind"
path = "src/main.rs"
[dependencies.debug_print]
version = "1"
[dependencies.tempfile]
version = "3"
[dependencies.thiserror]
version = "1"
[package]
authors = ["Zhaosheng Pan <zhaosheng.pan@sololand.moe"]
autobenches = false
autobins = false
autoexamples = false
autotests = false
build = false
categories = ["command-line-utilities"]
description = "A GNU Find-like tool, but uses breadth-first search instead of depth-first search"
edition = "2021"
keywords = ["file", "filesystem", "find", "search", "tool"]
license = "Apache-2.0"
name = "bfind"
readme = "README.md"
repository = "https://github.com/brglng/bfind"
version = "0.0.4"