zola/components/utils/Cargo.toml

16 lines
279 B
TOML
Raw Normal View History

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