zola/components/templates/Cargo.toml
Vincent Prouillet 45fc1ee761 Release 0.3.1
2018-02-15 10:41:49 +01:00

17 lines
358 B
TOML

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