diff options
| author | zirkonya <zirkonya@iridium.lan> | 2026-07-26 22:22:32 +0200 |
|---|---|---|
| committer | zirkonya <zirkonya@iridium.lan> | 2026-07-26 22:22:32 +0200 |
| commit | da20363883b00aaf56b6ba068465d3e9bdf9fedf (patch) | |
| tree | 792c6d0692392baf5ac380bafd7ea4a66b3346b6 /Cargo.toml | |
| parent | 08c8e9d37f3e0f9a82c3792c1927967631de73cd (diff) | |
Add some prefixe
Diffstat (limited to 'Cargo.toml')
| -rw-r--r-- | Cargo.toml | 6 |
1 files changed, 5 insertions, 1 deletions
@@ -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 = [] |
