zola/components/library/Cargo.toml
2018-10-05 15:03:22 +02:00

25 lines
554 B
TOML

[package]
name = "library"
version = "0.1.0"
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
[dependencies]
slotmap = "0.2"
rayon = "1"
chrono = { version = "0.4", features = ["serde"] }
tera = { git = "https://github.com/Keats/tera/", branch = "next" }
serde = "1"
serde_derive = "1"
slug = "0.1"
front_matter = { path = "../front_matter" }
config = { path = "../config" }
utils = { path = "../utils" }
rendering = { path = "../rendering" }
errors = { path = "../errors" }
[dev-dependencies]
tempfile = "3"
toml = "0.4"
globset = "0.4"