mirror of
https://github.com/YGGverse/nexy.git
synced 2026-03-31 17:25:27 +00:00
implement argument option to append trailing slash to files match pattern(s), update crate version
This commit is contained in:
parent
ff323e58c7
commit
dc44d38761
5 changed files with 106 additions and 80 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue