lazily-evaluated extractors

This commit is contained in:
2026-02-22 09:23:57 -08:00
parent d994d0943e
commit f466e1c1e3
17 changed files with 512 additions and 386 deletions

View File

@@ -12,13 +12,11 @@ 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 }