lazily-evaluated extractors

This commit is contained in:
2026-02-22 09:23:57 -08:00
parent d16d16be26
commit 751ff787e2
19 changed files with 525 additions and 391 deletions

View File

@@ -12,14 +12,13 @@ pile-config = { workspace = true }
pile-toolbox = { workspace = true }
pile-flac = { workspace = true }
serde_json = { workspace = true }
itertools = { workspace = true }
walkdir = { workspace = true }
tantivy = { workspace = true }
tracing = { workspace = true }
jsonpath-rust = { workspace = true }
chrono = { workspace = true }
toml = { workspace = true }
thiserror = { workspace = true }
rayon = { workspace = true }
smartstring = { workspace = true }