From 8e67bf23415b8a823dc250b64c9c8b930bc8b64e Mon Sep 17 00:00:00 2001 From: mat Date: Fri, 13 Mar 2026 16:52:41 -1100 Subject: drop unnecessary dependency on pastey --- azalea-protocol/src/lib.rs | 3 +++ 1 file changed, 3 insertions(+) (limited to 'azalea-protocol/src/lib.rs') diff --git a/azalea-protocol/src/lib.rs b/azalea-protocol/src/lib.rs index b269fba8..806bfdfc 100644 --- a/azalea-protocol/src/lib.rs +++ b/azalea-protocol/src/lib.rs @@ -11,6 +11,9 @@ pub mod read; pub mod resolve; pub mod write; +// re-export for internal use in azalea-client +#[doc(hidden)] +pub use azalea_protocol_macros; // re-export to make it easier for users to have the correct version pub use simdnbt; -- cgit v1.2.3