Rename cdgen to psxcdgen_ex to limit scope
This commit is contained in:
10
src/Tools/psxcdgen_ex/Cargo.toml
Normal file
10
src/Tools/psxcdgen_ex/Cargo.toml
Normal file
@@ -0,0 +1,10 @@
|
||||
[package]
|
||||
name = "psxcdgen_ex"
|
||||
version = "0.1.0"
|
||||
edition = "2021"
|
||||
|
||||
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
||||
|
||||
[dependencies]
|
||||
cdtypes = {path = "../cdtypes"}
|
||||
tool_helper = {path = "../tool_helper"}
|
Reference in New Issue
Block a user