+ Templating support with tera
This commit is contained in:
parent
4b6ced439d
commit
d06784c06e
1615
Cargo.lock
generated
1615
Cargo.lock
generated
File diff suppressed because it is too large
Load Diff
@ -31,4 +31,9 @@ rocket = "0.4"
|
||||
[dependencies.rocket_contrib]
|
||||
version = "0.4.10"
|
||||
default-features = false
|
||||
features = ["serve", "json"]
|
||||
features = ["serve", "json", "templates"]
|
||||
|
||||
[dependencies.rocket_dyn_templates]
|
||||
version = "0.1.0-rc.1"
|
||||
features = ["tera"]
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user