summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml7
1 files changed, 5 insertions, 2 deletions
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"]