This repository has been archived on 2024-05-26. You can view files and clone it, but cannot push or open issues or pull requests.
|
[package]
|
|
name = "language_macros"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
convert_case = "0.6.0"
|
|
proc-macro2 = "1.0.69"
|
|
quote = "1.0.33"
|
|
syn = { version = "2.0.38", features = ["extra-traits", "full", "parsing"] }
|