implement argument option to append trailing slash to files match pattern(s), update crate version

This commit is contained in:
yggverse 2025-07-02 15:25:22 +03:00
parent ff323e58c7
commit dc44d38761
5 changed files with 106 additions and 80 deletions

View file

@ -1,6 +1,6 @@
[package]
name = "nexy"
version = "0.4.1"
version = "0.5.0"
edition = "2024"
license = "MIT"
readme = "README.md"
@ -13,4 +13,5 @@ repository = "https://github.com/YGGverse/nexy"
anyhow = "1.0"
chrono = "^0.4.20"
clap = { version = "4.5", features = ["derive"] }
urlencoding = "2.1"
regex = "1.11"
urlencoding = "2.1"