zola/components/templates/Cargo.toml

24 lines
460 B
TOML
Raw Normal View History

2017-07-01 07:47:41 +00:00
[package]
name = "templates"
version = "0.1.0"
2018-03-14 17:22:24 +00:00
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
2019-12-21 21:52:39 +00:00
edition = "2018"
2017-07-01 07:47:41 +00:00
[dependencies]
2019-12-07 16:50:51 +00:00
tera = "1"
2019-10-28 12:51:22 +00:00
base64 = "0.11"
2017-12-29 18:51:22 +00:00
lazy_static = "1"
pulldown-cmark = "0.6"
2019-06-21 07:24:14 +00:00
toml = "0.5"
csv = "1"
image = "0.22"
serde_json = "1.0"
2018-10-29 19:13:09 +00:00
reqwest = "0.9"
url = "2"
2017-07-01 07:47:41 +00:00
errors = { path = "../errors" }
utils = { path = "../utils" }
2018-10-02 14:42:34 +00:00
library = { path = "../library" }
config = { path = "../config" }
2018-02-02 20:35:04 +00:00
imageproc = { path = "../imageproc" }