gmod-rs/gmod-macros/Cargo.toml

20 lines
365 B
TOML
Raw Permalink Normal View History

2021-09-09 16:50:58 -04:00
[package]
name = "gmod-macros"
version = "2.0.1"
2021-09-09 16:50:58 -04:00
authors = ["William Venner <william@venner.io>"]
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"
[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"