mirror of
https://github.com/Noratrieb/fuzz-rustc-ast.git
synced 2026-01-14 11:15:01 +01:00
13 lines
304 B
TOML
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]
|