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

11 lines
238 B
TOML

[package]
name = "errors"
version = "0.1.0"
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
[dependencies]
error-chain = "0.12"
tera = { git = "https://github.com/Keats/tera/", branch = "next" }
toml = "0.4"
image = "0.20"