Moved psxcdgen files to tools folder

This commit is contained in:
Jaby
2022-08-21 13:20:53 +02:00
committed by Jaby
parent 90127572e7
commit 98e56334a5
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 = "*"