2017-12-06 01:12:08 +00:00
|
|
|
[workspace]
|
|
|
|
members = [
|
|
|
|
"fractal-gtk",
|
|
|
|
]
|
2019-07-11 09:24:20 +00:00
|
|
|
|
|
|
|
[profile.release]
|
2020-10-01 12:51:59 +00:00
|
|
|
lto = "thin"
|
2019-07-11 09:24:20 +00:00
|
|
|
panic = "abort"
|
2019-09-18 19:20:05 +00:00
|
|
|
debug = true
|
2019-07-11 09:24:20 +00:00
|
|
|
|
|
|
|
[profile.dev]
|
|
|
|
panic = "abort"
|
2019-09-18 19:20:05 +00:00
|
|
|
debug = true
|