prometeu-runtime/Cargo.toml
bQUARKz b134de99e7
dev/prometeuc-base (#4)
Co-authored-by: Nilton Constantino <nilton.constantino@visma.com>
Reviewed-on: #4
2026-03-24 13:40:19 +00:00

19 lines
357 B
TOML

[workspace]
members = [
"crates/prometeu-core",
"crates/prometeu-runtime-desktop",
"crates/prometeu",
"crates/prometeu-bytecode",
"crates/prometeuc",
]
resolver = "2"
[workspace.package]
license = "MIT"
repository = "https://github.com/prometeu/runtime"
# The profile that 'dist' will build with
[profile.dist]
inherits = "release"
lto = "thin"