diff options
| author | zirkonya <zirkonya@iridium.lan> | 2026-08-07 19:46:33 +0200 |
|---|---|---|
| committer | zirkonya <zirkonya@iridium.lan> | 2026-08-07 19:46:33 +0200 |
| commit | 98822553549d8772a55f5444ab3ead4b6a1e69d7 (patch) | |
| tree | 65827fd8be2dcaf1e089d19c422bec934774ea6d /macros | |
| parent | cbf5f6653e4d0f077722234589f4f93a231c0d85 (diff) | |
Prepare macrosmacros
Diffstat (limited to 'macros')
| -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 @@ + |
