mirror of
https://github.com/enso-org/enso.git
synced 2024-12-22 12:31:44 +03:00
d9d4b8b702
Original commit: 1b37638dfb
32 lines
480 B
TOML
32 lines
480 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"build-utilities",
|
|
"lib/core",
|
|
"lib/core/embedded-fonts",
|
|
"lib/core/msdf-sys",
|
|
"lib/data",
|
|
"lib/eval-tt",
|
|
"lib/logger",
|
|
"lib/optics",
|
|
"lib/prelude",
|
|
"lib/code-builder",
|
|
"lib/shapely/impl",
|
|
"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
|