zola/components/templates/Cargo.toml
Vincent Prouillet 8e3f1f59f6 Update Tera
2020-02-02 17:48:43 -08:00

23 lines
443 B
TOML

[package]
name = "templates"
version = "0.1.0"
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
[dependencies]
tera = "1"
base64 = "0.11"
lazy_static = "1"
pulldown-cmark = "0.6"
toml = "0.5"
csv = "1"
image = "0.22"
serde_json = "1.0"
reqwest = "0.9"
url = "2"
errors = { path = "../errors" }
utils = { path = "../utils" }
library = { path = "../library" }
config = { path = "../config" }
imageproc = { path = "../imageproc" }