summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: be17fbcbbf78f0f4b51c6562eadb749f2558b38f (plain)
1
2
3
4
5
6
7
8
9
10
[package]
name = "zr_protocol"
version = "0.1.1"
edition = "2024"

[dependencies]

[features]
default = ["big_endian"]
big_endian = []