From 95cd6adf24cb14ede8896fbb0c610432960f4f3a Mon Sep 17 00:00:00 2001 From: Laurenz Date: Mon, 13 May 2024 17:25:43 +0200 Subject: Factor out `typst-utils` crate (#4125) --- Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index a8942094..d72eacd1 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -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" -- cgit v1.2.3