Skip to content

Commit

Permalink
feat: add metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
brglng committed Aug 27, 2024
1 parent a9c7c9f commit 586aebe
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 4 deletions.
7 changes: 5 additions & 2 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,10 +1,13 @@
[package]
name = "bfind"
edition = "2021"
version = "0.0.3"
version = "0.0.4"
authors = ["Zhaosheng Pan <[email protected]"]
description = "A GNU find-like tool, but uses breadth-first search instead of depth-first search"
description = "A GNU Find-like tool, but uses breadth-first search instead of depth-first search"
license = "Apache-2.0"
repository = "https://github.com/brglng/bfind"
keywords = ["file", "filesystem", "find", "search", "tool"]
categories = ["command-line-utilities"]

[dependencies]
tempfile = "3"
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

![build](https://github.com/brglng/bfind/actions/workflows/rust.yml/badge.svg)

A [GNU find](https://www.gnu.org/software/findutils/)-like tool, but uses breadth-first search instead of depth-first search, written in [Rust](https://www.rust-lang.org/).
A [GNU Find](https://www.gnu.org/software/findutils/)-like tool, but uses breadth-first search instead of depth-first search, written in [Rust](https://www.rust-lang.org/).

## Why

Expand Down Expand Up @@ -32,7 +32,7 @@ $ cargo install --path .

## Usage

Currently, only basic directory listing is implemented.
**NOTE: Currently, only basic directory listing is implemented.**

List current working directory:

Expand Down

0 comments on commit 586aebe

Please sign in to comment.