zola/components/errors/Cargo.toml
2020-04-29 22:35:28 +02:00

12 lines
263 B
TOML

[package]
name = "errors"
version = "0.1.0"
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
edition = "2018"
[dependencies]
tera = "1"
toml = "0.5"
image = "0.23"
syntect = { version = "4.1", default-features = false, features = ["default-fancy"]}