mailpot/Cargo.toml

17 lines
215 B
TOML
Raw Permalink Normal View History

2020-08-15 19:10:49 +00:00
[workspace]
resolver = "2"
2020-08-15 19:10:49 +00:00
members = [
2022-09-19 12:29:41 +00:00
"archive-http",
2020-08-15 19:10:49 +00:00
"cli",
2022-09-19 12:29:41 +00:00
"core",
"mailpot-tests",
2020-08-15 19:10:49 +00:00
"rest-http",
"web",
2020-08-15 19:10:49 +00:00
]
[profile.release]
lto = "fat"
opt-level = "z"
codegen-units = 1
split-debuginfo = "unpacked"