zola/components/templates/Cargo.toml

17 lines
367 B
TOML
Raw Normal View History

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" }
config = { path = "../config" }
taxonomies = { path = "../taxonomies" }