HollowPS/qwer/Cargo.toml
2024-03-19 08:30:08 +03:00

15 lines
260 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