Gered
bb82496b65
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 ...
17 lines
340 B
TOML
17 lines
340 B
TOML
[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"
|
|
|
|
[dependencies.psoutils]
|
|
path = "../psoutils"
|
|
|
|
[dev-dependencies]
|
|
claim = "0.5.0"
|
|
tempfile = "3.2.0" |