mirror of
https://github.com/getzola/zola
synced 2024-12-13 05:42:29 +00:00
12 lines
202 B
TOML
12 lines
202 B
TOML
[package]
|
|
name = "utils"
|
|
version = "0.1.0"
|
|
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
|
|
|
|
[dependencies]
|
|
errors = { path = "../errors" }
|
|
tera = "0.11.0"
|
|
|
|
|
|
[dev-dependencies]
|
|
tempdir = "0.3"
|