diff options
| author | Nathaniel Brough <nathaniel.brough@gmail.com> | 2023-12-05 10:26:58 -0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-12-05 19:26:58 +0100 |
| commit | 9aadb18186c0804f6cc6179bf8ea993337dc669d (patch) | |
| tree | 95cc87193e1b9d1255b45894830ba98b372bde5f /Cargo.toml | |
| parent | 0ebce56b36ea2a875609949f4da81c9ca6a4a081 (diff) | |
Add simple fuzz testing (#2581)
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -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" |
