From 7cfd669783c310747debcfca7106e6162f492340 Mon Sep 17 00:00:00 2001 From: zirkonya Date: Sun, 16 Aug 2026 14:59:32 +0200 Subject: remove big_endian feature ; add macros features --- Cargo.toml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index be17fbc..07c20eb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,10 @@ version = "0.1.1" edition = "2024" [dependencies] +zr_protocol_macros = { version = "0.1.0", path = "macros", optional = true } [features] -default = ["big_endian"] -big_endian = [] +macros = ["dep:zr_protocol_macros"] + +[workspace] +members = ["macros"] -- cgit v1.2.3