mirror of
https://git.intege.rs/xlib/x.git
synced 2025-12-05 20:35:01 +00:00
17 lines
242 B
TOML
17 lines
242 B
TOML
[package]
|
|
name = "xgen"
|
|
version = "0.0.0"
|
|
authors = [""]
|
|
description = "common macros"
|
|
keywords = []
|
|
edition = "2018"
|
|
|
|
[lib]
|
|
proc-macro = true
|
|
|
|
[dependencies]
|
|
quote = "1"
|
|
proc-macro2 = "1.0.66"
|
|
syn = { version = "1.0", features = ["full"] }
|
|
|