Initial commit

This commit is contained in:
Aleksandr 2025-06-22 05:46:26 +03:00
commit 75a589f235
43 changed files with 4840 additions and 0 deletions

18
macros/Cargo.toml Normal file
View 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"