v1
This commit is contained in:
parent
d972547059
commit
a03c1891c8
2 changed files with 121 additions and 0 deletions
12
macros/Cargo.toml
Normal file
12
macros/Cargo.toml
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
[package]
|
||||
name = "spond-macros"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
proc-macro2 = "1.0.106"
|
||||
quote = "1.0.44"
|
||||
syn = { version = "2.0.117", features = ["extra-traits", "full"] }
|
||||
Loading…
Add table
Add a link
Reference in a new issue