cultivar/Cargo.toml

12 lines
143 B
TOML
Raw Normal View History

2023-04-01 05:52:41 +00:00
[workspace]
members = [
"executor",
"common",
"runtime-interface",
"runtime-interface-macro",
"runtime",
]
[profile.release]
lto = "fat"