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

14 lines
298 B
TOML

[package]
name = "utils"
version = "0.1.0"
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
[dependencies]
errors = { path = "../errors" }
tera = { git = "https://github.com/Keats/tera/", branch = "next" }
unicode-segmentation = "1.2"
walkdir = "2"
[dev-dependencies]
tempfile = "3"