fba59402d3
This change makes it easier for tools like coredumpctl to detect panics.
12 lines
138 B
TOML
12 lines
138 B
TOML
[workspace]
|
|
members = [
|
|
"fractal-matrix-api",
|
|
"fractal-gtk",
|
|
]
|
|
|
|
[profile.release]
|
|
panic = "abort"
|
|
|
|
[profile.dev]
|
|
panic = "abort"
|
|
|