summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorJulian T <julian@jtle.dk>2021-07-22 21:36:15 +0200
committerJulian T <julian@jtle.dk>2021-07-22 21:36:15 +0200
commitc3c69b160f4c5fd851fd1a49c01f633a56351f5d (patch)
tree55cdca5f052717d1c7f9abab97e864f28dc17534 /Cargo.toml
parent69bbd4ed3804833b15285cf8637e96e59135f223 (diff)
Add smart image conversion
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 5b0a26f..385d8a6 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -13,3 +13,5 @@ serde = { version = "1.0", features = ["derive"] }
serde_yaml = "0.8"
structopt = "0.3"
glob = "0.3"
+md5 = "0.7"
+kamadak-exif = "0.5"