1[package] 2name = "syn-test-suite" 3version = "0.0.0" 4authors = ["David Tolnay <dtolnay@gmail.com>"] 5edition = "2021" 6publish = false 7 8[lib] 9path = "lib.rs" 10 11[dependencies] 12build-alert = "0.1" 13 14[features] 15all-features = [] 16