Parallel indexing
All checks were successful
CI / Typos (push) Successful in 16s
CI / Clippy (push) Successful in 1m3s
CI / Build and test (push) Successful in 1m14s

This commit is contained in:
2026-02-21 20:24:17 -08:00
parent bf1241e0a5
commit dba98d2d0b
9 changed files with 143 additions and 50 deletions

View File

@@ -22,3 +22,4 @@ jsonpath-rust = { workspace = true }
chrono = { workspace = true }
toml = { workspace = true }
thiserror = { workspace = true }
rayon = { workspace = true }