split webview and png render

This commit is contained in:
Robert Perce 2026-02-26 21:07:48 -06:00
parent 1e7f8bc24d
commit efc2605a4f
5 changed files with 34 additions and 23 deletions

View file

@ -9,7 +9,7 @@ axum = { version = "0.8.8", features = ["macros"] }
chrono = "0.4.44"
headless_chrome = "1.0.21"
image = { version = "0.25.9", features = ["png"] }
maud = "0.27.0"
maud = { version = "0.27.0", features = ["axum"] }
tempfile = "3.26.0"
tokio = { version = "1.49.0", features = ["fs", "rt", "tracing"] }
tower-http = { version = "0.6.8", features = ["fs", "trace"] }