chore(cargo): Add dependency on tera

Adds tera as the templating engine.
This commit is contained in:
Vincent Ambo 2018-04-08 17:14:38 +02:00
parent 1402cfd948
commit b83dd99e30
2 changed files with 60 additions and 0 deletions

View file

@ -12,3 +12,4 @@ chrono = "0.4"
log = "0.4"
r2d2 = "*"
futures = "*"
tera = "0.11"