mirror of
https://github.com/Noratrieb/fuzz-rustc-ast.git
synced 2026-01-14 19:25:01 +01:00
kinda works except not
This commit is contained in:
parent
869329c430
commit
d54bb57e14
9 changed files with 302 additions and 6 deletions
|
|
@ -4,7 +4,9 @@ version = "0.1.0"
|
|||
edition = "2021"
|
||||
|
||||
[dependencies]
|
||||
anyhow = "1.0.56"
|
||||
arbitrary = "1.1.0"
|
||||
quote = "1.0.15"
|
||||
# fork of syn with the arbitrary trait impls
|
||||
syn = { git = "https://github.com/Nilstrieb/syn", branch = "arbitrary", features = ["full", "arbitrary"] }
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue