2017-12-06 01:12:08 +00:00
|
|
|
[workspace]
|
|
|
|
members = [
|
2018-06-08 13:51:37 +00:00
|
|
|
"fractal-matrix-api",
|
2017-12-06 01:12:08 +00:00
|
|
|
"fractal-gtk",
|
|
|
|
]
|
2019-07-11 09:24:20 +00:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
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
|