Initial commit
This commit is contained in:
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "demo"
|
||||
version = "0.1.0"
|
||||
edition = "2024"
|
||||
|
||||
[workspace]
|
||||
members = ["demo_macro"]
|
||||
|
||||
[dependencies]
|
||||
demo_macro = { path = "demo_macro" }
|
||||
Reference in New Issue
Block a user