fractal/Cargo.toml
Christopher Davis fba59402d3 build: Set panic = abort for all build profiles
This change makes it easier for tools like coredumpctl
to detect panics.
2019-07-16 18:09:29 +00:00

12 lines
138 B
TOML

[workspace]
members = [
"fractal-matrix-api",
"fractal-gtk",
]
[profile.release]
panic = "abort"
[profile.dev]
panic = "abort"