zola/components/templates/Cargo.toml
2018-10-05 15:03:22 +02:00

17 lines
413 B
TOML

[package]
name = "templates"
version = "0.1.0"
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
[dependencies]
tera = { git = "https://github.com/Keats/tera/", branch = "next" }
base64 = "0.9"
lazy_static = "1"
pulldown-cmark = "0"
errors = { path = "../errors" }
utils = { path = "../utils" }
library = { path = "../library" }
config = { path = "../config" }
imageproc = { path = "../imageproc" }