2018-12-03 01:14:35 +01:00
|
|
|
[package]
|
|
|
|
name = "rustc_macros"
|
|
|
|
version = "0.1.0"
|
2021-09-19 12:49:55 -04:00
|
|
|
edition = "2021"
|
2018-12-03 01:14:35 +01:00
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
2023-03-27 13:44:06 +00:00
|
|
|
synstructure = "0.13.0"
|
2023-06-26 15:25:24 +00:00
|
|
|
# FIXME(Nilstrieb): Updating this causes changes in the diagnostics output.
|
|
|
|
syn = { version = "=2.0.8", features = ["full"] }
|
2019-10-04 14:43:23 +02:00
|
|
|
proc-macro2 = "1"
|
|
|
|
quote = "1"
|