prometeu-runtime/Cargo.toml
2026-03-24 13:40:18 +00:00

17 lines
297 B
TOML

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