14 lines
241 B
TOML
14 lines
241 B
TOML
[package]
|
|
name = "psxcdgen"
|
|
version = "0.5.5"
|
|
edition = "2021"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
|
|
[dependencies]
|
|
cdtypes = {path = "../cdtypes"}
|
|
clap = {version = "*", features = ["derive"]}
|
|
fast-xml = "*"
|
|
paste = "*"
|
|
wav = "*" |