12 lines
126 B
TOML
12 lines
126 B
TOML
[workspace]
|
|
members = [
|
|
"daemon",
|
|
"imap",
|
|
# "mbsync",
|
|
"proto-common",
|
|
"smtp",
|
|
"tui",
|
|
]
|
|
|
|
[profile.release]
|
|
lto = true
|