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.
mailpot/Cargo.toml

16 lines
200 B
TOML

[workspace]
members = [
"archive-http",
"cli",
"core",
"mailpot-tests",
"rest-http",
"web",
]
[profile.release]
lto = "fat"
opt-level = "z"
codegen-units = 1
split-debuginfo = "unpacked"