19 lines
427 B
TOML
19 lines
427 B
TOML
[package]
|
|
name = "psxfileconv"
|
|
version = "0.8.5"
|
|
edition = "2021"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
|
|
[dependencies]
|
|
bitflags = "2.6.0"
|
|
cdtypes = {path = "../cdtypes"}
|
|
clap = {version = "4.4.11", features = ["derive"]}
|
|
image = "0.24.7"
|
|
hound = "3.5.1"
|
|
paste = "1.0.14"
|
|
png = "0.17.10"
|
|
rubato = "0.16.1"
|
|
symphonia = "0.5.4"
|
|
tool_helper = {path = "../tool_helper"} |