Add assets route

This commit is contained in:
2022-03-30 09:40:46 +02:00
parent 6d8b8979ca
commit d75242d213
8 changed files with 12268 additions and 27 deletions

View File

@ -7,6 +7,8 @@ edition = "2021"
[dependencies]
rocket = "0.5.0-rc.1"
rocket_dyn_templates = { version = "0.1.0-rc.1", features = ["tera"] }
include_dir = "0.7.2"
log = "0.4.16"
serde_json = "1.0.79"
env_logger = "0.9.0"