Add 'Rocket.toml' to templating example.

This allows 'template_dir' to be relative to the workspace as opposed to
relative to the CWD.
This commit is contained in:
Sergio Benitez 2021-04-13 18:20:41 -07:00
parent 7d5f7db9f4
commit 4c96ae7b52
1 changed files with 2 additions and 0 deletions

View File

@ -0,0 +1,2 @@
[default]
template_dir = "templates"