zola/components/utils/Cargo.toml

14 lines
298 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" }
2018-10-05 13:03:22 +00:00
tera = { git = "https://github.com/Keats/tera/", branch = "next" }
unicode-segmentation = "1.2"
2018-03-14 21:03:06 +00:00
walkdir = "2"
2017-07-01 07:47:41 +00:00
[dev-dependencies]
2018-04-25 08:28:23 +00:00
tempfile = "3"