gmod-rs/gmod-macros/Cargo.toml

20 lines
365 B
TOML

[package]
name = "gmod-macros"
version = "1.0.3"
authors = ["William Venner <william@venner.io>"]
edition = "2018"
license = "MIT"
description = "Proc macros for gmod-rs"
repository = "https://github.com/WilliamVenner/gmod-rs"
[features]
gmcl = []
[lib]
proc-macro = true
[dependencies]
proc-macro2 = "1"
syn = { version = "1", features = ["full"] }
quote = "1"