prometeu-runtime/Cargo.toml
2026-01-20 13:10:02 +00:00

19 lines
365 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 = "thin"