[package] name = "psogc_quest_tool" version = "0.1.0" authors = ["gered "] edition = "2018" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.40" crc = "1.8.1" [dependencies.psoutils] path = "../psoutils" [dev-dependencies] claim = "0.5.0" tempfile = "3.2.0"