Change panic behaviour of tools

This commit is contained in:
2023-08-25 05:44:14 +02:00
parent d919f4fbd5
commit da80e99b91
10 changed files with 20 additions and 10 deletions

View File

@@ -3,7 +3,8 @@ name = "psxcdread"
version = "0.5.0"
edition = "2021"
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[profile.release]
panic = "abort"
[dependencies]
cdtypes = {path = "../cdtypes"}