summaryrefslogtreecommitdiff
path: root/macros
diff options
context:
space:
mode:
authorzirkonya <zirkonya@iridium.lan>2026-08-07 19:46:33 +0200
committerzirkonya <zirkonya@iridium.lan>2026-08-07 19:46:33 +0200
commit98822553549d8772a55f5444ab3ead4b6a1e69d7 (patch)
tree65827fd8be2dcaf1e089d19c422bec934774ea6d /macros
parentcbf5f6653e4d0f077722234589f4f93a231c0d85 (diff)
Prepare macrosmacros
Diffstat (limited to 'macros')
-rw-r--r--macros/Cargo.toml9
-rw-r--r--macros/src/lib.rs1
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 @@
+