From 80b4ca4c04cb5d911947895d9d04c87efb97b0f4 Mon Sep 17 00:00:00 2001 From: Laurenz Date: Wed, 8 Nov 2023 13:21:25 +0100 Subject: Extract `typst-svg` crate --- tests/Cargo.toml | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/Cargo.toml') diff --git a/tests/Cargo.toml b/tests/Cargo.toml index 023776ea..cce7c6af 100644 --- a/tests/Cargo.toml +++ b/tests/Cargo.toml @@ -10,6 +10,7 @@ publish = false typst = { workspace = true } typst-library = { workspace = true } typst-render = { workspace = true } +typst-svg = { workspace = true } clap = { workspace = true } comemo = { workspace = true } ecow = { workspace = true } -- cgit v1.2.3