12 lines
197 B
TOML
12 lines
197 B
TOML
[workspace]
|
|
members = [
|
|
"herodb",
|
|
"supervisor",
|
|
]
|
|
resolver = "2"
|
|
|
|
# You can define shared profiles for all workspace members here
|
|
[profile.release]
|
|
lto = true
|
|
codegen-units = 1
|
|
strip = true |