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

17 lines
353 B
TOML

[package]
name = "taxonomies"
version = "0.1.0"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
[dependencies]
tera = "0.11"
slug = "0.1"
serde = "1"
serde_derive = "1"
errors = { path = "../errors" }
config = { path = "../config" }
content = { path = "../content" }
front_matter = { path = "../front_matter" }
utils = { path = "../utils" }