move templates and static pages into rust source code to ditch i/o on page load
This commit is contained in:
parent
f0f4048835
commit
d3a5cac4be
10 changed files with 214 additions and 180 deletions
|
@ -2,6 +2,7 @@ mod api;
|
|||
mod config;
|
||||
mod db;
|
||||
mod routes;
|
||||
mod html;
|
||||
|
||||
#[macro_use]
|
||||
extern crate diesel;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue