pso_gc_tools/psoutils/Cargo.toml
Gered c71f9997bd initial commit
starting conversion of these tools over to rust. ported fuzziqer
encryption and prs compression routines over
2021-05-15 14:47:19 -04:00

19 lines
380 B
TOML

[package]
name = "psoutils"
version = "0.1.0"
authors = ["gered <gered@blarg.ca>"]
edition = "2018"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
byte-slice-cast = "0.3.5"
byteorder = "1.4.3"
thiserror = "1.0.24"
encoding_rs = "0.8.28"
[dev-dependencies]
claim = "0.5.0"
pretty-hex = "0.2.1"
tempfile = "3.2.0"