mirror of
https://github.com/enso-org/enso.git
synced 2024-11-27 04:41:57 +03:00
d2a70667fc
Original commit: 820113e061
49 lines
826 B
TOML
49 lines
826 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/frp",
|
|
"lib/gui",
|
|
"lib/ide/ast/impl",
|
|
"lib/ide/ast/macros",
|
|
"lib/ide/file-manager",
|
|
"lib/ide/file-manager/mock-server",
|
|
"lib/ide/",
|
|
"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 = 2
|
|
lto = false
|
|
debug = true
|
|
|
|
[profile.release]
|
|
opt-level = 3
|
|
lto = true
|
|
debug = false
|
|
|
|
[profile.bench]
|
|
opt-level = 3
|
|
lto = true
|
|
debug = false
|
|
|
|
[profile.test]
|
|
opt-level = 0
|
|
lto = false
|
|
debug = false
|