summaryrefslogtreecommitdiff
path: root/Cargo.toml
diff options
context:
space:
mode:
authorzirkonya <zirkonya@iridium.lan>2026-07-26 22:22:32 +0200
committerzirkonya <zirkonya@iridium.lan>2026-07-26 22:22:32 +0200
commitda20363883b00aaf56b6ba068465d3e9bdf9fedf (patch)
tree792c6d0692392baf5ac380bafd7ea4a66b3346b6 /Cargo.toml
parent08c8e9d37f3e0f9a82c3792c1927967631de73cd (diff)
Add some prefixe
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 = []