diff --git a/Cargo.toml b/Cargo.toml index 2fb7bc2..7678996 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" diff --git a/README.md b/README.md index 5d4da13..5a4f3f8 100644 --- a/README.md +++ b/README.md @@ -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