Initial commit

This commit is contained in:
2026-04-14 03:44:59 +02:00
commit a6eb642c76
32 changed files with 589 additions and 0 deletions
+10
View File
@@ -0,0 +1,10 @@
[package]
name = "demo"
version = "0.1.0"
edition = "2024"
[workspace]
members = ["demo_macro"]
[dependencies]
demo_macro = { path = "demo_macro" }