prometeu-runtime/Cargo.toml
Nilton Constantino 6eb78d9ca5
remaning base
2026-01-19 08:22:43 +00:00

17 lines
305 B
TOML

[workspace]
members = [
"crates/prometeu-core",
"crates/prometeu-runtime-desktop",
"crates/prometeu",
]
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"