learn how workspaces + proc macros work & restructure everything
This commit is contained in:
1 parent
434e3c3af7
commit
e44bb8eca4
76 files changed
+610
-576
No files matched your search
@@ -0,0 +1,11 @@
|
||||
[package]
|
||||
name = "iris-macro"
|
||||
version.workspace = true
|
||||
edition.workspace = true
|
||||
|
||||
[dependencies]
|
||||
quote = "1.0.42"
|
||||
syn = { version = "2.0.111", features = ["full"] }
|
||||
|
||||
[lib]
|
||||
proc-macro = true
|
||||
Reference in new issue
Block a user