jabyengine/src/Tools/psxcdgen_ex/Cargo.toml

18 lines
363 B
TOML

[package]
name = "psxcdgen_ex"
version = "1.1.1"
edition = "2021"
[profile.release]
panic = "abort"
[dependencies]
cdtypes = {path = "../cdtypes"}
clap = {version = "4.5.23", features = ["derive"]}
colored = "2.2.0"
hound = "3.5.1"
no-comment = "0.0.3"
paste = "1.0.15"
roxmltree = "0.19.0"
tool_helper = {path = "../tool_helper"}