doing this because i figure this quest info display stuff is _probably_ generally useful, and at the very least i will be re-using it for the separate gci extraction tool that is going to be committed here next ...
22 lines
420 B
TOML
22 lines
420 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]
|
|
byteorder = "1.4.3"
|
|
thiserror = "1.0.24"
|
|
encoding_rs = "0.8.28"
|
|
libc = "0.2.94"
|
|
rand = "0.8.3"
|
|
itertools = "0.10.0"
|
|
crc = "1.8.1"
|
|
|
|
[dev-dependencies]
|
|
claim = "0.5.0"
|
|
pretty-hex = "0.2.1"
|
|
tempfile = "3.2.0"
|