Co-authored-by: Nilton Constantino <nilton.constantino@visma.com> Reviewed-on: #5
21 lines
399 B
TOML
21 lines
399 B
TOML
[workspace]
|
|
members = [
|
|
"crates/prometeu-core",
|
|
"crates/prometeu-runtime-desktop",
|
|
"crates/prometeu",
|
|
"crates/prometeu-bytecode",
|
|
"crates/prometeu-compiler",
|
|
]
|
|
resolver = "2"
|
|
|
|
[workspace.package]
|
|
license = "MIT"
|
|
repository = "https://github.com/prometeu/runtime"
|
|
|
|
# The profile that 'dist' will build with
|
|
[profile.dist]
|
|
inherits = "release"
|
|
lto = true
|
|
codegen-units = 1
|
|
strip = "symbols"
|