summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorNathaniel Brough <nathaniel.brough@gmail.com>2023-12-05 10:26:58 -0800
committerGitHub <noreply@github.com>2023-12-05 19:26:58 +0100
commit9aadb18186c0804f6cc6179bf8ea993337dc669d (patch)
tree95cc87193e1b9d1255b45894830ba98b372bde5f /Cargo.toml
parent0ebce56b36ea2a875609949f4da81c9ca6a4a081 (diff)
Add simple fuzz testing (#2581)
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml3
1 files changed, 2 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index b8359f7d..1ddd504f 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,5 +1,5 @@
[workspace]
-members = ["crates/*", "tests"]
+members = ["crates/*", "tests", "tests/fuzz"]
default-members = ["crates/typst-cli"]
resolver = "2"
@@ -58,6 +58,7 @@ include_dir = "0.7"
indexmap = { version = "2", features = ["serde"] }
inferno = "0.11.15"
kurbo = "0.9"
+libfuzzer-sys = "0.4"
lipsum = "0.9"
log = "0.4"
miniz_oxide = "0.7"