mirror of
https://github.com/TECHNOFAB11/pay-respects.git
synced 2025-12-12 14:30:10 +01:00
14 lines
178 B
TOML
14 lines
178 B
TOML
[workspace]
|
|
resolver = "2"
|
|
members = [
|
|
"core",
|
|
# optional modules
|
|
"module-runtime-rules",
|
|
"module-request-ai",
|
|
]
|
|
|
|
[profile.release]
|
|
strip = true
|
|
codegen-units = 1
|
|
lto = true
|
|
|