sqpack-rs/Cargo.toml

15 lines
236 B
TOML
Raw Normal View History

2022-09-17 02:29:52 +00:00
[package]
name = "sqpack"
version = "0.1.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[features]
default = []
read = []
write = []
[dependencies]
binrw = "0.10"