10 lines
146 B
TOML
10 lines
146 B
TOML
[package]
|
|
name = "psxcdread"
|
|
version = "0.7.0"
|
|
edition = "2021"
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
|
|
[dependencies]
|
|
cdtypes = {path = "../cdtypes"} |