a65a2d52c7
* Update minify-html dependency to version 0.4.2 Fixes https://github.com/getzola/zola/issues/1300. See also https://github.com/wilsonzlin/minify-html/issues/21 * Update minify-html dependency in Cargo.lock * Add test to check pre whitespace isn't collapsed
24 lines
405 B
TOML
24 lines
405 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.2"
|
|
|
|
errors = { path = "../errors" }
|
|
|
|
[dev-dependencies]
|
|
tempfile = "3"
|