mirror of
https://git.intege.rs/xlib/x.git
synced 2025-12-05 20:35:01 +00:00
initial
This commit is contained in:
16
proc_macro/Cargo.toml
Normal file
16
proc_macro/Cargo.toml
Normal file
@@ -0,0 +1,16 @@
|
||||
[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"] }
|
||||
|
||||
Reference in New Issue
Block a user