pso_gc_tools/gci_quest_extract/Cargo.toml

14 lines
306 B
TOML
Raw Permalink Normal View History

2021-05-25 18:41:34 -04:00
[package]
name = "gci_quest_extract"
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"
byteorder = "1.4.3"
[dependencies.psoutils]
path = "../psoutils"