prometeu-runtime/Cargo.toml
Nilton Constantino b7425e5a20
compiler with dist
2026-01-21 06:50:57 +00:00

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"