jabyengine/src/Tools/psxcdgen_ex/Cargo.toml

18 lines
363 B
TOML

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