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]
|
|
|
|
path = "../psoutils"
|