From be7cfc85d08c545abfac08098b7b33b4bd71f37e Mon Sep 17 00:00:00 2001 From: Laurenz Date: Sun, 27 Oct 2024 19:04:55 +0100 Subject: Split out four new crates (#5302) --- tests/Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests') diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 2923f4d0..b2fedd75 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -15,6 +15,7 @@ harness = false typst = { workspace = true } typst-assets = { workspace = true, features = ["fonts"] } typst-dev-assets = { workspace = true } +typst-library = { workspace = true } typst-pdf = { workspace = true } typst-render = { workspace = true } typst-svg = { workspace = true } @@ -27,7 +28,6 @@ parking_lot = { workspace = true } rayon = { workspace = true } regex = { workspace = true } tiny-skia = { workspace = true } -ttf-parser = { workspace = true } unscanny = { workspace = true } walkdir = { workspace = true } -- cgit v1.2.3