????
This commit is contained in:
parent
d594b3f568
commit
62438e0d24
15 changed files with 157 additions and 7 deletions
14
crates/moonhare_derives/Cargo.toml
Normal file
14
crates/moonhare_derives/Cargo.toml
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
[package]
|
||||
edition = "2024"
|
||||
name = "moonhare_derives"
|
||||
version.workspace = true
|
||||
authors.workspace = true
|
||||
|
||||
[dependencies]
|
||||
syn = "2.0"
|
||||
proc-macro2 = "1"
|
||||
quote = "1"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
Loading…
Add table
Add a link
Reference in a new issue