diff options
| author | Laurenz <laurmaedje@gmail.com> | 2024-05-13 17:25:43 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-05-13 15:25:43 +0000 |
| commit | 95cd6adf24cb14ede8896fbb0c610432960f4f3a (patch) | |
| tree | bade59888a5268987eb4fae2dc30ddeaf28ad193 /Cargo.toml | |
| parent | 7b656b3deb5f05e6e56d666622643a5cde8c435a (diff) | |
Factor out `typst-utils` crate (#4125)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -25,6 +25,7 @@ typst-render = { path = "crates/typst-render", version = "0.11.0" } typst-svg = { path = "crates/typst-svg", version = "0.11.0" } typst-syntax = { path = "crates/typst-syntax", version = "0.11.0" } typst-timing = { path = "crates/typst-timing", version = "0.11.0" } +typst-utils = { path = "crates/typst-utils", version = "0.11.0" } typst-assets = "0.11.0" typst-dev-assets = { git = "https://github.com/typst/typst-dev-assets", rev = "ee8ae61cca138dc92f9d818fc7f2fc046d0148c5" } az = "1.2" |
