refactor: change asset handling

read assets from the template state instead of path to be able to embed
them into the binary instead of reading them form a path
This commit is contained in:
Alexander Navarro 2025-03-12 12:46:18 -03:00
parent 3ff1f26cc4
commit 1871610770
4 changed files with 53 additions and 9 deletions

1
Cargo.lock generated
View file

@ -286,6 +286,7 @@ dependencies = [
"axum-sqlx-tx",
"chrono",
"figment",
"mime_guess",
"minijinja",
"minijinja-embed",
"notify",