diff options
| -rw-r--r-- | macros/Cargo.toml | 9 | ||||
| -rw-r--r-- | macros/src/lib.rs | 1 |
2 files changed, 10 insertions, 0 deletions
diff --git a/macros/Cargo.toml b/macros/Cargo.toml new file mode 100644 index 0000000..3820f50 --- /dev/null +++ b/macros/Cargo.toml @@ -0,0 +1,9 @@ +[package] +name = "zr_protocol_macros" +version = "0.1.0" +edition = "2024" + +[lib] +proc-macro = true + +[dependencies] diff --git a/macros/src/lib.rs b/macros/src/lib.rs new file mode 100644 index 0000000..8b13789 --- /dev/null +++ b/macros/src/lib.rs @@ -0,0 +1 @@ + |
