2024-02-28 21:21:42 +01:00
|
|
|
[workspace]
|
|
|
|
resolver = "2"
|
2024-04-22 16:52:52 +02:00
|
|
|
members = [
|
|
|
|
"nodes/max/plantarium/*",
|
|
|
|
"packages/macros",
|
|
|
|
"packages/types",
|
|
|
|
"packages/utils",
|
|
|
|
]
|
|
|
|
exclude = ["nodes/max/plantarium/.template"]
|
2024-02-28 21:21:42 +01:00
|
|
|
|
|
|
|
[profile.release]
|
|
|
|
lto = true
|
2024-04-13 12:20:41 +02:00
|
|
|
# Tell `rustc` to optimize for small code size.
|
|
|
|
opt-level = "s"
|