diff options
Diffstat (limited to 'Cargo.lock')
| -rw-r--r-- | Cargo.lock | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -2568,6 +2568,7 @@ dependencies = [ "typst-macros", "typst-syntax", "typst-timing", + "typst-utils", "unicode-bidi", "unicode-math-class", "unicode-script", @@ -2804,6 +2805,16 @@ dependencies = [ ] [[package]] +name = "typst-utils" +version = "0.11.0" +dependencies = [ + "once_cell", + "portable-atomic", + "rayon", + "siphasher 1.0.0", +] + +[[package]] name = "unic-langid" version = "0.9.4" source = "registry+https://github.com/rust-lang/crates.io-index" |
