2017-07-01 07:47:41 +00:00
|
|
|
[package]
|
|
|
|
name = "templates"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
tera = "0.10"
|
2017-10-03 11:46:25 +00:00
|
|
|
base64 = "0.7"
|
2017-07-01 07:47:41 +00:00
|
|
|
lazy_static = "0.2"
|
|
|
|
pulldown-cmark = "0"
|
|
|
|
|
|
|
|
errors = { path = "../errors" }
|
|
|
|
utils = { path = "../utils" }
|
|
|
|
content = { path = "../content" }
|
2017-08-07 11:38:13 +00:00
|
|
|
config = { path = "../config" }
|