zola/components/errors/Cargo.toml
Vincent Prouillet c11ae6ef28
Use anyhow (#1816)
Also fixes #1783
2022-04-01 21:37:38 +02:00

8 lines
123 B
TOML

[package]
name = "errors"
version = "0.1.0"
edition = "2021"
[dependencies]
libs = { path = "../libs" }
anyhow = "1.0.56"