Initial commit
This commit is contained in:
commit
75a589f235
43 changed files with 4840 additions and 0 deletions
18
macros/Cargo.toml
Normal file
18
macros/Cargo.toml
Normal file
|
@ -0,0 +1,18 @@
|
|||
[package]
|
||||
name = "eva-macros"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
syn = "2.0.104"
|
||||
quote = "1.0.40"
|
||||
proc-macro-error = "1.0.4"
|
||||
proc-macro2 = "1.0.95"
|
||||
|
||||
darling = "0.20.10"
|
||||
heck = "0.5.0"
|
||||
|
||||
range-set-blaze = "0.3.0"
|
Loading…
Add table
Add a link
Reference in a new issue