zola/components/imageproc/Cargo.toml
Vincent Prouillet cdcebaea26 Cleanup of slotmap impl
Fix #205
2018-10-05 19:46:04 +02:00

15 lines
246 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"
image = "0.20"
rayon = "1"
errors = { path = "../errors" }
utils = { path = "../utils" }