implement item_name_regex option

This commit is contained in:
yggverse 2026-04-07 12:05:13 +03:00
parent f52fe3a710
commit 93f9bc4fee
5 changed files with 30 additions and 0 deletions

View file

@ -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"] }