zola/components/errors/Cargo.toml
2020-02-10 20:48:52 +01:00

12 lines
197 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 = "=3.2.0"