add initial template... template

This commit is contained in:
sam 2023-10-18 22:32:37 +02:00
parent 937c6e8451
commit eb1bb7309a
13 changed files with 513 additions and 21 deletions

View file

@ -2,4 +2,5 @@ use sqlx::{postgres::Postgres, Pool};
pub struct AppState {
pub pool: Pool<Postgres>,
pub hbs: handlebars::Handlebars<'static>,
}