]> git.lizzy.rs Git - mt_ser.git/blob - Cargo.toml
Add multiplier and maps
[mt_ser.git] / Cargo.toml
1 [package]
2 name = "mt_ser"
3 version = "0.1.0"
4 edition = "2021"
5
6 [dependencies]
7 byteorder = "1.4.3"
8 cgmath = "0.17.0"
9 collision = "0.20.1"
10 enumset = { git = "https://github.com/Lymia/enumset" }
11 flate2 = { version = "1.0.25", features = ["zlib"], default-features = false }
12 mt_ser_derive = { path = "derive" }
13 paste = "1.0.11"
14 thiserror = "1.0.38"
15 zstd = "0.12.3"