pso_gc_tools/psogc_quest_tool/Cargo.toml
Gered bb82496b65 move actual quest info display functions to psoutils
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 ...
2021-05-25 18:36:29 -04:00

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"