PR: add libfuzzer-sys back, test_syntax-fuzz to ws

This commit is contained in:
shua 2024-11-26 23:03:54 +01:00
parent 621bd177e6
commit fc10883c47
No known key found for this signature in database
3 changed files with 41 additions and 6 deletions

View file

@ -13,12 +13,8 @@ cargo-fuzz = true
test_syntax = { path = "../../test_syntax" }
roc_parse = { path = "../../parse" }
bumpalo = { version = "3.12.0", features = ["collections"] }
libfuzzer-sys = "0.4"
# Prevent this from interfering with workspaces
[workspace]
members = ["."]
bumpalo.workspace = true
libfuzzer-sys.workspace = true
[[bin]]
name = "fuzz_expr"