zola/components/imageproc/Cargo.toml

16 lines
270 B
TOML
Raw Normal View History

2018-02-02 20:35:04 +00:00
[package]
name = "imageproc"
version = "0.1.0"
authors = ["Vojtěch Král <vojtech@kral.hk>"]
[dependencies]
lazy_static = "1"
regex = "0.2"
tera = "0.11.0"
2018-05-25 16:30:22 +00:00
image = "0.19.0"
2018-02-02 20:35:04 +00:00
rayon = "0.9"
twox-hash = "1.1"
errors = { path = "../errors" }
utils = { path = "../utils" }