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