zola/components/imageproc/Cargo.toml
2018-06-25 18:09:03 +02:00

16 lines
270 B
TOML

[package]
name = "imageproc"
version = "0.1.0"
authors = ["Vojtěch Král <vojtech@kral.hk>"]
[dependencies]
lazy_static = "1"
regex = "1.0"
tera = "0.11.0"
image = "0.19.0"
rayon = "0.9"
twox-hash = "1.1"
errors = { path = "../errors" }
utils = { path = "../utils" }