zola/components/utils/Cargo.toml

16 lines
267 B
TOML
Raw Normal View History

2017-07-01 07:47:41 +00:00
[package]
name = "utils"
version = "0.1.0"
2018-03-14 17:22:24 +00:00
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
2017-07-01 07:47:41 +00:00
[dependencies]
errors = { path = "../errors" }
2019-12-07 16:50:51 +00:00
tera = "1"
unicode-segmentation = "1.2"
2018-03-14 21:03:06 +00:00
walkdir = "2"
toml = "0.5"
serde = "1"
2017-07-01 07:47:41 +00:00
[dev-dependencies]
2018-04-25 08:28:23 +00:00
tempfile = "3"