summaryrefslogtreecommitdiff
path: root/crates/typst-library/Cargo.toml
diff options
context:
space:
mode:
authorevie <50974538+mi2ebi@users.noreply.github.com>2025-02-25 06:01:01 -0800
committerGitHub <noreply@github.com>2025-02-25 14:01:01 +0000
commitd11ad80dee669c5e2285ca8df8ebc99abc031ccd (patch)
treeca18c5b71671990314a5c9a6275ccb5fe995ebe1 /crates/typst-library/Cargo.toml
parentbad343748b834cdc155c5fe76cd944e74f4665cf (diff)
Add `#str.normalize(form)` (#5631)
Co-authored-by: +merlan #flirora <uruwi@protonmail.com> Co-authored-by: Laurenz <laurmaedje@gmail.com>
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 fb45ec86..71729b63 100644
--- a/crates/typst-library/Cargo.toml
+++ b/crates/typst-library/Cargo.toml
@@ -61,6 +61,7 @@ ttf-parser = { workspace = true }
two-face = { workspace = true }
typed-arena = { workspace = true }
unicode-math-class = { workspace = true }
+unicode-normalization = { workspace = true }
unicode-segmentation = { workspace = true }
unscanny = { workspace = true }
usvg = { workspace = true }