feat: thumbnails : part1

This commit is contained in:
2026-03-08 17:54:47 +01:00
parent 360d6e85de
commit c93a7d5d29
22 changed files with 1222 additions and 68 deletions

5
Cargo.lock generated
View File

@@ -1146,9 +1146,11 @@ dependencies = [
"anyhow",
"axum",
"chrono",
"image",
"notify",
"parsers",
"rand 0.8.5",
"rayon",
"reqwest",
"serde",
"serde_json",
@@ -1160,6 +1162,7 @@ dependencies = [
"tracing-subscriber",
"uuid",
"walkdir",
"webp",
]
[[package]]
@@ -1624,6 +1627,8 @@ dependencies = [
"anyhow",
"lopdf",
"regex",
"uuid",
"walkdir",
"zip 2.4.2",
]