summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2025-02-17 11:56:00 +0100
committerGitHub <noreply@github.com>2025-02-17 10:56:00 +0000
commit25c86accbb4adc0e7542d2c5957dff6e939cbf48 (patch)
tree8db19e48038ffe1eeee1232dc54ec242ce48e029 /Cargo.toml
parent5fc679f3e7501ee5831f1b4b7789350f43b4c221 (diff)
More robust SVG auto-detection (#5878)
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 ea9f8510..6fb64d3a 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -73,6 +73,7 @@ kamadak-exif = "0.6"
kurbo = "0.11"
libfuzzer-sys = "0.4"
lipsum = "0.9"
+memchr = "2"
miniz_oxide = "0.8"
native-tls = "0.2"
notify = "8"