mirror of
https://github.com/Noratrieb/fuzz-rustc-ast.git
synced 2026-01-14 11:15:01 +01:00
setup
This commit is contained in:
parent
667902b059
commit
869329c430
3 changed files with 59 additions and 3 deletions
|
|
@ -3,6 +3,9 @@ name = "fuzz-rustc-ast"
|
|||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
arbitrary = "1.1.0"
|
||||
# fork of syn with the arbitrary trait impls
|
||||
syn = { git = "https://github.com/Nilstrieb/syn", branch = "arbitrary", features = ["full", "arbitrary"] }
|
||||
|
||||
[features]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue