about summary refs log tree commit diff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorVincent Ambo <tazjin@gmail.com>2018-04-08T15·14+0200
committerVincent Ambo <tazjin@gmail.com>2018-04-08T15·14+0200
commitb83dd99e305f8de13211f14654b7bceb1c6024c1 (patch)
treebda8540eab9434674b15ca208947bf0574d3b966 /Cargo.toml
parent1402cfd948e72bfa665b19c30da987170a21aec1 (diff)
chore(cargo): Add dependency on tera
Adds tera as the templating engine.
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6fec489ac995..ecc2fc606f50 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -12,3 +12,4 @@ chrono = "0.4"
 log = "0.4"
 r2d2 = "*"
 futures = "*"
+tera = "0.11"