summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
Diffstat (limited to 'Cargo.toml')
-rw-r--r--Cargo.toml6
1 files changed, 5 insertions, 1 deletions
diff --git a/Cargo.toml b/Cargo.toml
index c200982..be17fbc 100644
--- a/Cargo.toml
+++ b/Cargo.toml
@@ -1,6 +1,10 @@
[package]
name = "zr_protocol"
-version = "0.1.0"
+version = "0.1.1"
edition = "2024"
[dependencies]
+
+[features]
+default = ["big_endian"]
+big_endian = []