summaryrefslogtreecommitdiff
path: root/tests/Cargo.toml
diff options
context:
space:
mode:
authorMichael Färber <01mf02@gmail.com>2024-12-20 10:48:17 +0100
committerGitHub <noreply@github.com>2024-12-20 09:48:17 +0000
commitdf4e6715cf31817878d73286d2d4b1ea1b7afdbb (patch)
tree6265db40fc7907454a608120f0b3a20cfce825e1 /tests/Cargo.toml
parentdb06dbf9763d6c610d1f7a267597ecdad309048a (diff)
HTML tests (#5594)
Co-authored-by: Laurenz <laurmaedje@gmail.com>
Diffstat (limited to 'tests/Cargo.toml')
-rw-r--r--tests/Cargo.toml2
1 files changed, 2 insertions, 0 deletions
diff --git a/tests/Cargo.toml b/tests/Cargo.toml
index eed093eb..cb979b6c 100644
--- a/tests/Cargo.toml
+++ b/tests/Cargo.toml
@@ -19,6 +19,7 @@ default = [
"typst",
"typst-assets",
"typst-dev-assets",
+ "typst-html",
"typst-library",
"typst-pdf",
"typst-render",
@@ -33,6 +34,7 @@ typst-syntax = { workspace = true }
typst = { workspace = true, optional = true }
typst-assets = { workspace = true, features = ["fonts"], optional = true }
typst-dev-assets = { workspace = true, optional = true }
+typst-html = { workspace = true, optional = true }
typst-library = { workspace = true, optional = true }
typst-pdf = { workspace = true, optional = true }
typst-render = { workspace = true, optional = true }