fuzz-rustc-ast/Cargo.toml
2022-03-15 21:24:18 +01:00

13 lines
304 B
TOML

[package]
name = "fuzz-rustc-ast"
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"] }
[features]