]> git.lizzy.rs Git - mt_ser.git/blob - Cargo.toml
cargo fmt
[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 enumset = { git = "https://github.com/Lymia/enumset" }
9 flate2 = { version = "1.0.25", features = ["zlib"], default-features = false }
10 mt_ser_derive = { path = "derive" }
11 paste = "1.0.11"
12 thiserror = "1.0.38"