zola/components/templates/Cargo.toml
2017-11-27 18:09:09 +01:00

17 lines
367 B
TOML

[package]
name = "templates"
version = "0.1.0"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
[dependencies]
tera = "0.11.0-beta"
base64 = "0.8"
lazy_static = "0.2"
pulldown-cmark = "0"
errors = { path = "../errors" }
utils = { path = "../utils" }
content = { path = "../content" }
config = { path = "../config" }
taxonomies = { path = "../taxonomies" }