diff options
author | Vincent Ambo <tazjin@gmail.com> | 2018-04-08T15·14+0200 |
---|---|---|
committer | Vincent Ambo <tazjin@gmail.com> | 2018-04-08T15·14+0200 |
commit | b83dd99e305f8de13211f14654b7bceb1c6024c1 (patch) | |
tree | bda8540eab9434674b15ca208947bf0574d3b966 /Cargo.toml | |
parent | 1402cfd948e72bfa665b19c30da987170a21aec1 (diff) |
chore(cargo): Add dependency on tera
Adds tera as the templating engine.
Diffstat (limited to 'Cargo.toml')
-rw-r--r-- | Cargo.toml | 1 |
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" |