From 4c96ae7b52174f3e0f2d843da832a4aa4c9f3a64 Mon Sep 17 00:00:00 2001 From: Sergio Benitez Date: Tue, 13 Apr 2021 18:20:41 -0700 Subject: [PATCH] Add 'Rocket.toml' to templating example. This allows 'template_dir' to be relative to the workspace as opposed to relative to the CWD. --- examples/templating/Rocket.toml | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 examples/templating/Rocket.toml diff --git a/examples/templating/Rocket.toml b/examples/templating/Rocket.toml new file mode 100644 index 00000000..219cb373 --- /dev/null +++ b/examples/templating/Rocket.toml @@ -0,0 +1,2 @@ +[default] +template_dir = "templates"