zola/components/imageproc/Cargo.toml

17 lines
310 B
TOML
Raw Normal View History

2018-02-02 20:35:04 +00:00
[package]
name = "imageproc"
version = "0.1.0"
edition = "2021"
2018-02-02 20:35:04 +00:00
[dependencies]
serde = { version = "1", features = ["derive"] }
kamadak-exif = "0.5.4"
2018-02-02 20:35:04 +00:00
errors = { path = "../errors" }
utils = { path = "../utils" }
2021-05-12 19:07:18 +00:00
config = { path = "../config" }
libs = { path = "../libs" }
[dev-dependencies]
tempfile = "3"