zola/components/site/Cargo.toml
Vincent Prouillet ddf8970ad8 [WIP] Search
2018-03-20 18:43:30 +01:00

26 lines
565 B
TOML

[package]
name = "site"
version = "0.1.0"
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
[dependencies]
tera = "0.11"
glob = "0.2"
rayon = "1"
serde = "1"
serde_derive = "1"
sass-rs = "0.2"
errors = { path = "../errors" }
config = { path = "../config" }
utils = { path = "../utils" }
templates = { path = "../templates" }
front_matter = { path = "../front_matter" }
pagination = { path = "../pagination" }
taxonomies = { path = "../taxonomies" }
content = { path = "../content" }
search = { path = "../search" }
[dev-dependencies]
tempdir = "0.3"