Parallel indexing
Some checks failed
CI / Build and test (push) Waiting to run
CI / Typos (push) Successful in 25s
CI / Clippy (push) Has been cancelled

This commit is contained in:
2026-02-21 20:31:44 -08:00
parent bf1241e0a5
commit 936826597f
9 changed files with 153 additions and 49 deletions

View File

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