15 lines
393 B
TOML
15 lines
393 B
TOML
[package]
|
|
name = "psxcdgen_ex"
|
|
version = "0.2.0"
|
|
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"]}
|
|
no-comment = "*"
|
|
paste = "*"
|
|
roxmltree = "*"
|
|
tool_helper = {path = "../tool_helper"}
|