summaryrefslogtreecommitdiff
path: root/tests/Cargo.toml
diff options
context:
space:
mode:
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 }