chore: ingestion-pipeline refactor, sort technical debt, rustfmt

This commit is contained in:
Per Stark
2026-05-31 19:37:34 +02:00
parent 5c2d2e24d3
commit 3897345ab3
47 changed files with 1729 additions and 1343 deletions
+2 -2
View File
@@ -27,8 +27,8 @@ url = { workspace = true }
uuid = { workspace = true }
headless_chrome = { workspace = true }
base64 = { workspace = true }
pdf-extract = "0.9"
lopdf = "0.32"
pdf-extract = { workspace = true }
lopdf = { workspace = true }
bytes = { workspace = true }
async-trait = { workspace = true }
state-machines = { workspace = true }