Moved psxcdgen files to tools folder

This commit is contained in:
Jaby
2022-08-21 13:20:53 +02:00
committed by Jaby
parent cba6f88e94
commit bc2e9599f6
41 changed files with 0 additions and 84 deletions

View File

@@ -0,0 +1,13 @@
[package]
name = "psxcdgen"
version = "0.5.5"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
cdtypes = {path = "../cdtypes"}
clap = {version = "*", features = ["derive"]}
fast-xml = "*"
paste = "*"
wav = "*"