kinda works except not

This commit is contained in:
nora 2022-03-15 21:24:03 +01:00
parent 869329c430
commit d54bb57e14
9 changed files with 302 additions and 6 deletions

View file

@ -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"] }