Generate actual images

This commit is contained in:
torbjornmolin
2025-09-27 18:56:32 +02:00
parent 0692ba3b97
commit c2736613a9
4 changed files with 1230 additions and 33 deletions

View File

@@ -6,7 +6,9 @@ edition = "2024"
[dependencies]
axum = "0.8.4"
bytes = "1"
image = "0.25.8"
serde = { version = "1.0.227", features = ["derive"] }
text-to-png = "0.2.0"
tokio = { version = "1.47.1", features = ["fs", "rt-multi-thread"] }
tokio-util = { version = "0.7.16", features = ["io"] }
tower-http = { version = "0.6.6", features = ["fs", "trace"] }