summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2024-02-14 15:12:28 +0100
committerGitHub <noreply@github.com>2024-02-14 14:12:28 +0000
commitb89348b92a9c1ae67a4bb69a6db69d14f881384d (patch)
treec48f067d9dce5eae08e95f48b47222791b79f442 /Cargo.toml
parentfcf64d0ee0c2c48580f5d3576f8d53df4922c5e9 (diff)
Read EXIF data and apply image rotation (#3413)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/Cargo.toml b/Cargo.toml
index 6333cbb0..5624eba8 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -58,6 +58,7 @@ if_chain = "1"
image = { version = "0.24", default-features = false, features = ["png", "jpeg", "gif"] }
include_dir = "0.7"
indexmap = { version = "2", features = ["serde"] }
+kamadak-exif = "0.5"
kurbo = "0.9" # in sync with usvg
libfuzzer-sys = "0.4"
lipsum = "0.9"