HollowPS/qwer/Cargo.toml

16 lines
287 B
TOML

[package]
name = "qwer"
edition = "2021"
version.workspace = true
[features]
default = ["collection", "fastoct"]
full = ["default", "protocol"]
collection = []
fastoct = []
protocol = []
[dependencies]
byteorder.workspace = true
qwer-derive.workspace = true
itertools.workspace = true