2023-02-20 09:14:23 +00:00
|
|
|
[package]
|
|
|
|
name = "reprc_proc_macro"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
2023-03-29 00:03:55 +00:00
|
|
|
syn = { version = "2.0.11", features = ["full", "fold"] }
|
2023-03-14 01:08:57 +00:00
|
|
|
quote = "1.0.26"
|