Skip to content

Commit

Permalink
update Cargo.toml
Browse files Browse the repository at this point in the history
  • Loading branch information
kenchou committed Aug 5, 2024
1 parent eafc0db commit dc549b0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,19 +1,19 @@
[package]
name = "file-clean-rust"
version = "0.1.3"
version = "0.1.5"
edition = "2021"

# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html

[dependencies]
clap = { version = "4.5.7", features = ["cargo", "derive", "string"] }
clap = { version = "4.5.13", features = ["cargo", "derive", "string"] }
colored = "2.1.0"
dirs-next = "2.0.0"
fancy-regex = "0.13.0"
itertools = "0.13.0"
md-5 = { version = "0.10.6", features = ["md5-asm"] }
quick-error = "2.0.1"
serde = { version = "1.0.203", features = ["derive"] }
serde = { version = "1.0.204", features = ["derive"] }
serde_yaml = "0.9.34"
slab_tree = "0.3.2"
walkdir = "2.5.0"
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ Clean up (rename/delete) folders and files according to configured rules.

## Motivation
Resources downloaded through P2P networks usually contain a lot of junk files or padding files.
Some clients (such as xunlei) have automatic cleaning features, but aria2 lacks this functionality.
Some clients (such as xunlei) have automatic cleaning features, but `aria2` lacks this functionality.
Therefore, I wrote a tool to clean up directories and files.

## Usage
Expand Down

0 comments on commit dc549b0

Please sign in to comment.