mirror of
https://github.com/roc-lang/roc.git
synced 2025-09-26 13:29:12 +00:00
PR: add libfuzzer-sys back, test_syntax-fuzz to ws
This commit is contained in:
parent
621bd177e6
commit
fc10883c47
3 changed files with 41 additions and 6 deletions
|
@ -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"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue