You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
meli/Cargo.toml

15 lines
159 B
TOML

[workspace]
resolver = "2"
members = [
"meli",
"melib",
]
[profile.release]
lto = "fat"
codegen-units = 1
opt-level = "s"
debug = false
strip = true