Improved color processing, improved logging

This commit is contained in:
2025-05-16 10:50:00 -05:00
parent f66f89dc04
commit 88d4b19655
3 changed files with 175 additions and 708 deletions

View File

@ -10,6 +10,7 @@ dotenvy = "0.15.7"
reqwest = "0.12"
reqwest-middleware = "0.4.2"
http-cache-reqwest = "0.15.1"
palette = "0.7.6"
[dependencies.magick_rust]
path = "./magick-rust"
@ -21,6 +22,3 @@ features = ["macros", "rt-multi-thread"]
[dependencies.sqlx]
version = "0.8.5"
features = ["sqlite", "runtime-tokio"]
[dependencies.imagetext]
git = "https://github.com/nathanielfernandes/imagetext"