mirror of
https://github.com/getzola/zola
synced 2024-12-13 22:02:29 +00:00
c11ae6ef28
Also fixes #1783
8 lines
123 B
TOML
8 lines
123 B
TOML
[package]
|
|
name = "errors"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[dependencies]
|
|
libs = { path = "../libs" }
|
|
anyhow = "1.0.56"
|