summaryrefslogtreecommitdiff
path: root/tests/fuzz/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/fuzz/Cargo.toml')
-rw-r--r--tests/fuzz/Cargo.toml1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/fuzz/Cargo.toml b/tests/fuzz/Cargo.toml
index 1b9e6b26..ddad37d6 100644
--- a/tests/fuzz/Cargo.toml
+++ b/tests/fuzz/Cargo.toml
@@ -9,6 +9,7 @@ cargo-fuzz = true
[dependencies]
typst = { workspace = true }
+typst-assets = { workspace = true, features = ["fonts"] }
typst-render = { workspace = true }
typst-syntax = { workspace = true }
comemo = { workspace = true }