HollowPS/qwer/Cargo.toml

16 lines
260 B
TOML
Raw Normal View History

2024-03-19 05:30:08 +00:00
[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