be able to use both tera and svelte

This commit is contained in:
2023-07-16 20:07:38 +02:00
parent 2f6464ff84
commit eb4c4bb558
4 changed files with 9 additions and 7 deletions

View File

@ -4,7 +4,7 @@ version = "0.1.0"
edition = "2021"
[features]
default = ["rowing-tera", "rest"]
default = ["rest", "rowing-tera" ]
rowing-tera = ["rocket_dyn_templates", "tera"]
rest = []