summaryrefslogtreecommitdiff
path: root/tests/Cargo.toml
diff options
context:
space:
mode:
authorLaurenz <laurmaedje@gmail.com>2023-11-08 13:21:25 +0100
committerLaurenz <laurmaedje@gmail.com>2023-11-08 13:21:47 +0100
commit80b4ca4c04cb5d911947895d9d04c87efb97b0f4 (patch)
tree2de98314a524a0c5663408a51ccb13a5a74ddea4 /tests/Cargo.toml
parentec04c3de2fcc5b31d94dc2be8561e569f28cc0a1 (diff)
Extract `typst-svg` crate
Diffstat (limited to 'tests/Cargo.toml')
-rw-r--r--tests/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
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 }