zola/components/templates/Cargo.toml

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