Adjust imports and add webp conversion.

This commit is contained in:
Olivia Brooks
2025-10-13 20:24:39 -04:00
parent 7a7ba5d21b
commit 6f8a8bda96
7 changed files with 177 additions and 7 deletions

View File

@@ -6,6 +6,7 @@ license = "MIT"
[dependencies]
chrono = "0.4"
glob = "0.3.3"
markdown = "1.0.0"
ron = "0.11"
@@ -25,6 +26,12 @@ features = [
"string",
]
# Minimize featureset for faster compilation on server.
[dependencies.image]
version = "0.25.8"
default-features = false
features = ["jpeg", "png", "webp"]
[dependencies.serde]
version = "1.0"
features = ["derive"]