cultivar/Cargo.toml

12 lines
143 B
TOML

[workspace]
members = [
"executor",
"common",
"runtime-interface",
"runtime-interface-macro",
"runtime",
]
[profile.release]
lto = "fat"