mirror of
https://codeberg.org/YGGverse/ytd.git
synced 2026-04-09 05:15:30 +00:00
implement item_name_regex option
This commit is contained in:
parent
f52fe3a710
commit
93f9bc4fee
5 changed files with 30 additions and 0 deletions
|
|
@ -16,8 +16,10 @@ clap = { version = "4.6", features = ["derive"] }
|
|||
env_logger = "0.11.10"
|
||||
log = "0.4.29"
|
||||
redb = "4.0.0"
|
||||
regex = "1.12.3"
|
||||
rustypipe = "0.11.4"
|
||||
serde = { version = "1.0.228", features = ["derive"] }
|
||||
serde_regex = "1.1.0"
|
||||
tokio = { version = "1.51.0", features = ["rt-multi-thread"] }
|
||||
toml = "1.1.2"
|
||||
tracing-subscriber = { version = "0.3.23", features = ["env-filter"] }
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue