summaryrefslogtreecommitdiff
path: root/crates/typst-library/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 /crates/typst-library/Cargo.toml
parent5fc679f3e7501ee5831f1b4b7789350f43b4c221 (diff)
More robust SVG auto-detection (#5878)
Diffstat (limited to 'crates/typst-library/Cargo.toml')
-rw-r--r--crates/typst-library/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/crates/typst-library/Cargo.toml b/crates/typst-library/Cargo.toml
index cc5e2671..fb45ec86 100644
--- a/crates/typst-library/Cargo.toml
+++ b/crates/typst-library/Cargo.toml
@@ -38,6 +38,7 @@ indexmap = { workspace = true }
kamadak-exif = { workspace = true }
kurbo = { workspace = true }
lipsum = { workspace = true }
+memchr = { workspace = true }
palette = { workspace = true }
phf = { workspace = true }
png = { workspace = true }