Auto-update fts index
Some checks failed
CI / Typos (push) Successful in 18s
CI / Build and test (push) Failing after 1m4s
CI / Clippy (push) Successful in 1m56s

This commit is contained in:
2026-02-21 16:03:20 -08:00
parent 5d8ad4665d
commit 5aab61bd1b
36 changed files with 1121 additions and 275 deletions

4
Cargo.lock generated
View File

@@ -1041,7 +1041,6 @@ dependencies = [
"pile-toolbox",
"serde",
"signal-hook",
"tantivy",
"tokio",
"toml",
"tracing",
@@ -1084,8 +1083,11 @@ dependencies = [
"jsonpath-rust",
"pile-audio",
"pile-config",
"pile-toolbox",
"serde_json",
"tantivy",
"thiserror",
"toml",
"tracing",
"walkdir",
]