zola/components/utils/Cargo.toml
Vincent Prouillet 819cfc8ec2 Cargo update
2021-01-09 10:16:50 +01:00

24 lines
403 B
TOML

[package]
name = "utils"
version = "0.1.0"
authors = ["Vincent Prouillet <prouillet.vincent@gmail.com>"]
edition = "2018"
include = ["src/**/*"]
[dependencies]
tera = "1"
unicode-segmentation = "1.2"
walkdir = "2"
toml = "0.5"
serde = "1"
serde_derive = "1"
slug = "0.1"
percent-encoding = "2"
filetime = "0.2.12"
minify-html = "0.4"
errors = { path = "../errors" }
[dev-dependencies]
tempfile = "3"