zola/components/errors/Cargo.toml

12 lines
199 B
TOML
Raw Normal View History

2017-07-01 16:47:41 +09:00
[package]
name = "errors"
version = "0.1.0"
2018-03-14 18:22:24 +01:00
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
2017-07-01 16:47:41 +09:00
[dependencies]
2018-07-16 11:03:45 +02:00
error-chain = "0.12"
2018-02-15 10:41:49 +01:00
tera = "0.11"
2017-07-01 16:47:41 +09:00
toml = "0.4"
2018-09-30 19:17:51 +02:00
image = "0.20"
2018-10-09 14:33:43 +02:00
syntect = "3"