From 98822553549d8772a55f5444ab3ead4b6a1e69d7 Mon Sep 17 00:00:00 2001 From: zirkonya Date: Fri, 7 Aug 2026 19:46:33 +0200 Subject: Prepare macros --- macros/Cargo.toml | 9 +++++++++ macros/src/lib.rs | 1 + 2 files changed, 10 insertions(+) create mode 100644 macros/Cargo.toml create mode 100644 macros/src/lib.rs 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 @@ + -- cgit v1.2.3