From da20363883b00aaf56b6ba068465d3e9bdf9fedf Mon Sep 17 00:00:00 2001 From: zirkonya Date: Sun, 26 Jul 2026 22:22:32 +0200 Subject: Add some prefixe --- Cargo.toml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) (limited to 'Cargo.toml') 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 = [] -- cgit v1.2.3