zola/components/imageproc/Cargo.toml

15 lines
243 B
TOML
Raw Normal View History

2018-02-02 21:35:04 +01:00
[package]
name = "imageproc"
version = "0.1.0"
authors = ["Vojtěch Král <vojtech@kral.hk>"]
[dependencies]
lazy_static = "1"
2018-06-23 16:38:53 +02:00
regex = "1.0"
2019-12-07 17:50:51 +01:00
tera = "1"
image = "0.22"
2018-06-25 19:13:21 +02:00
rayon = "1"
2018-02-02 21:35:04 +01:00
errors = { path = "../errors" }
utils = { path = "../utils" }