prometeu-runtime/Cargo.toml
Nilton Constantino 313480fec4
add prometeuc
2026-01-20 11:11:31 +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"