Initialize lib proc-macro crate

This commit is contained in:
2025-05-05 00:23:17 +00:00
commit 6f2d35ab05
4 changed files with 38 additions and 0 deletions

9
Cargo.toml Normal file
View File

@ -0,0 +1,9 @@
[package]
name = "libretunes_macro"
version = "0.1.0"
edition = "2024"
[lib]
proc-macro = true
[dependencies]