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

21 lines
396 B
TOML

[package]
name = "content"
version = "0.1.0"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
[dependencies]
tera = "0.11"
serde = "1"
slug = "0.1"
rayon = "1"
errors = { path = "../errors" }
config = { path = "../config" }
utils = { path = "../utils" }
rendering = { path = "../rendering" }
front_matter = { path = "../front_matter" }
[dev-dependencies]
tempdir = "0.3"
toml = "0.4"