2017-07-01 07:47:41 +00:00
|
|
|
[package]
|
|
|
|
name = "templates"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
|
|
|
|
|
|
|
|
[dependencies]
|
2017-11-24 16:52:24 +00:00
|
|
|
tera = "0.11.0-beta"
|
2017-11-27 17:09:09 +00:00
|
|
|
base64 = "0.8"
|
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" }
|
2017-11-16 17:08:06 +00:00
|
|
|
taxonomies = { path = "../taxonomies" }
|