diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-02-14 15:12:28 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-02-14 14:12:28 +0000 |
| commit | b89348b92a9c1ae67a4bb69a6db69d14f881384d (patch) | |
| tree | c48f067d9dce5eae08e95f48b47222791b79f442 /Cargo.toml | |
| parent | fcf64d0ee0c2c48580f5d3576f8d53df4922c5e9 (diff) | |
Read EXIF data and apply image rotation (#3413)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" |
