mirror of
https://github.com/getzola/zola
synced 2024-12-13 13:52:28 +00:00
17 lines
400 B
TOML
17 lines
400 B
TOML
[package]
|
|
name = "templates"
|
|
version = "0.1.0"
|
|
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
|
|
|
|
[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" }
|
|
imageproc = { path = "../imageproc" }
|