add initial template... template
This commit is contained in:
parent
937c6e8451
commit
eb1bb7309a
13 changed files with 513 additions and 21 deletions
|
@ -2,4 +2,5 @@ use sqlx::{postgres::Postgres, Pool};
|
|||
|
||||
pub struct AppState {
|
||||
pub pool: Pool<Postgres>,
|
||||
pub hbs: handlebars::Handlebars<'static>,
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue