2021-09-09 16:50:58 -04:00
|
|
|
[package]
|
|
|
|
name = "gmod-macros"
|
2022-01-22 14:36:41 -05:00
|
|
|
version = "2.0.1"
|
2021-09-09 16:50:58 -04:00
|
|
|
authors = ["William Venner <william@venner.io>"]
|
2022-01-22 12:30:04 -05:00
|
|
|
edition = "2021"
|
2021-09-09 16:50:58 -04:00
|
|
|
license = "MIT"
|
|
|
|
description = "Proc macros for gmod-rs"
|
|
|
|
repository = "https://github.com/WilliamVenner/gmod-rs"
|
|
|
|
|
2021-12-30 13:18:23 -05:00
|
|
|
[features]
|
|
|
|
gmcl = []
|
|
|
|
|
2021-09-09 16:50:58 -04:00
|
|
|
[lib]
|
|
|
|
proc-macro = true
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
proc-macro2 = "1"
|
|
|
|
syn = { version = "1", features = ["full"] }
|
|
|
|
quote = "1"
|