This commit is contained in:
Numbers
2025-05-29 03:45:41 +02:00
commit ebf6bde22d
10 changed files with 654 additions and 0 deletions

13
derive_macro/Cargo.toml Normal file
View File

@@ -0,0 +1,13 @@
[package]
name = "derive_macro"
version = "0.1.0"
edition = "2024"
[lib]
proc-macro = true
[dependencies]
syn = { version = "2.0.101", features = ["full", "extra-traits"] }
proc-macro2 = "1.0"
quote = "1"