mirror of
https://github.com/enso-org/enso.git
synced 2024-12-19 15:12:26 +03:00
db977692f7
As per https://github.com/luna/enso/issues/431
Original commit: 8f993cc1d2
40 lines
674 B
TOML
40 lines
674 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"build-utilities",
|
|
"lib/code-builder",
|
|
"lib/core",
|
|
"lib/core/embedded-fonts",
|
|
"lib/core/msdf-sys",
|
|
"lib/data",
|
|
"lib/eval-tt",
|
|
"lib/ide/ast/impl",
|
|
"lib/ide/ast/macros",
|
|
"lib/ide/file-manager",
|
|
"lib/ide/json-rpc",
|
|
"lib/ide/parser",
|
|
"lib/ide/utils",
|
|
"lib/logger",
|
|
"lib/macro-utils",
|
|
"lib/optics",
|
|
"lib/prelude",
|
|
"lib/shapely/impl",
|
|
"lib/shapely/macros",
|
|
"lib/system/web",
|
|
]
|
|
|
|
[profile.dev]
|
|
opt-level = 3
|
|
lto = false
|
|
debug = true
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
lto = true
|
|
debug = false
|
|
|
|
[profile.bench]
|
|
opt-level = 3
|
|
lto = true
|
|
debug = false
|