Improved color processing, improved logging
This commit is contained in:
@ -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"
|
||||
|
||||
Reference in New Issue
Block a user