Basic example to try the harmony! macro
This commit is contained in:
11
harmony_macros/Cargo.toml
Normal file
11
harmony_macros/Cargo.toml
Normal file
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "harmony_macros"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
|
||||
[dependencies]
|
||||
quote = "1.0.42"
|
||||
syn = "2.0.109"
|
||||
Reference in New Issue
Block a user