From bb1edd35721d34ce394ab9e51c4095015f26b185 Mon Sep 17 00:00:00 2001 From: "Adam T. Carpenter" Date: Mon, 28 Dec 2020 08:43:44 -0500 Subject: fixed images that were rotated with exif tags not displaying rotated --- dichroism/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'dichroism/Cargo.toml') diff --git a/dichroism/Cargo.toml b/dichroism/Cargo.toml index 22b8a42..bacd843 100644 --- a/dichroism/Cargo.toml +++ b/dichroism/Cargo.toml @@ -14,6 +14,7 @@ diesel = { version = "1", features = [ "sqlite", "r2d2" ] } env_logger = "0.8" futures = "0.3" image = "0.23" +kamadak-exif = "0.5.2" listenfd = "0.3" log = "0.4" mime = "0.3" -- cgit v1.2.3