donut-decomp/Cargo.toml

14 lines
290 B
TOML
Raw Normal View History

2021-08-01 18:25:08 +00:00
[package]
name = "donut-decomp"
version = "0.1.0"
edition = "2018"
default-run = "buildgen"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
anyhow = "1.0.42"
goblin = "0.4.2"
clap = "2.33.3"
2021-08-02 09:59:42 +00:00
csv = "1.1.6"
once_cell = "1.8.0"