cargo update, fmt and add rust_embed crate

Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
Gunwant Jain
2022-01-16 23:03:53 +05:30
parent 0359a8ef52
commit 33583b71d4
8 changed files with 410 additions and 335 deletions

View File

@@ -7,4 +7,4 @@ pub async fn index() -> Option<Template> {
let mut map = HashMap::new();
map.insert("title", "bin");
Some(Template::render("index", &map))
}
}