bump dependencies and add rocket templates

Signed-off-by: Amneesh Singh <natto@weirdnatto.in>
This commit is contained in:
2022-11-23 21:18:08 +05:30
parent ddcc8b5924
commit 64133b78d2
3 changed files with 900 additions and 168 deletions

View File

@@ -9,3 +9,7 @@ edition = "2021"
rocket = "0.5.0-rc.2"
rocket_cors = { git = "https://github.com/lawliet89/rocket_cors", branch = "master" }
rand = "0.8.5"
[dependencies.rocket_dyn_templates]
version = "0.1.0-rc.2"
features = ["handlebars"]