zola/components/utils/Cargo.toml
Vincent Prouillet 45fc1ee761 Release 0.3.1
2018-02-15 10:41:49 +01:00

13 lines
200 B
TOML

[package]
name = "utils"
version = "0.1.0"
authors = ["Vincent Prouillet <vincent@wearewizards.io>"]
[dependencies]
errors = { path = "../errors" }
tera = "0.11"
[dev-dependencies]
tempdir = "0.3"