2021-05-24 18:49:41 -04:00
|
|
|
[package]
|
|
|
|
name = "psogc_quest_tool"
|
|
|
|
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]
|
|
|
|
anyhow = "1.0.40"
|
2021-05-25 11:22:22 -04:00
|
|
|
crc = "1.8.1"
|
2021-05-24 18:49:41 -04:00
|
|
|
|
|
|
|
[dependencies.psoutils]
|
2021-05-25 14:42:20 -04:00
|
|
|
path = "../psoutils"
|
|
|
|
|
|
|
|
[dev-dependencies]
|
|
|
|
claim = "0.5.0"
|
2021-05-25 15:46:52 -04:00
|
|
|
tempfile = "3.2.0"
|