feat: add rendering module and integrate into routes

This commit is contained in:
2025-07-10 17:41:22 -05:00
parent 4694fd6632
commit 5afffcaf07
4 changed files with 106 additions and 68 deletions

View File

@@ -12,6 +12,7 @@ mod config;
mod duration;
mod error;
mod raster;
mod render;
mod routes;
mod template;