chore(cargo): Add dependency on tera
Adds tera as the templating engine.
This commit is contained in:
parent
1402cfd948
commit
b83dd99e30
2 changed files with 60 additions and 0 deletions
|
|
@ -12,3 +12,4 @@ chrono = "0.4"
|
|||
log = "0.4"
|
||||
r2d2 = "*"
|
||||
futures = "*"
|
||||
tera = "0.11"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue