Optimize filename parsing

This commit is contained in:
2025-12-30 11:30:56 -05:00
parent 32fa0e8539
commit c5b20c252f
3 changed files with 26 additions and 21 deletions

View File

@@ -14,6 +14,7 @@ is-terminal = "0.4"
libc = "0.2"
num_cpus = "1.16"
owo-colors = "4.1"
once_cell = "1.19"
rayon = "1.10"
regex = "1.10"
reqwest = { version = "0.11", features = ["blocking", "json", "rustls-tls"] }