diff options
| author | mat <git@matdoes.dev> | 2026-03-13 16:52:41 -1100 |
|---|---|---|
| committer | mat <git@matdoes.dev> | 2026-03-13 16:52:41 -1100 |
| commit | 8e67bf23415b8a823dc250b64c9c8b930bc8b64e (patch) | |
| tree | e2a1f6b10648c8bd21f96baf9b1a90637b6437c5 /azalea-protocol/src/lib.rs | |
| parent | 75a7ec5f2989073a3534f377bfeb0d23de844593 (diff) | |
| download | azalea-drasl-8e67bf23415b8a823dc250b64c9c8b930bc8b64e.tar.xz | |
drop unnecessary dependency on pastey
Diffstat (limited to 'azalea-protocol/src/lib.rs')
| -rw-r--r-- | azalea-protocol/src/lib.rs | 3 |
1 files changed, 3 insertions, 0 deletions
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; |
