fractal/Cargo.toml
Jordan Petridis 10b1f4503c Cargo: include debug symbols in all build types
Release profile defaults to no building debug symbols making it hard
to get useful backtraces from users.
2019-09-18 19:20:05 +00:00

13 lines
163 B
TOML

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