22 lines
417 B
TOML
22 lines
417 B
TOML
[workspace]
|
|
|
|
members = [
|
|
"applet",
|
|
"cosmic-app-list",
|
|
"cosmic-applet-audio",
|
|
"cosmic-applet-battery",
|
|
"cosmic-applet-bluetooth",
|
|
"cosmic-applet-graphics",
|
|
"cosmic-applet-network",
|
|
"cosmic-applet-notifications",
|
|
"cosmic-applet-power",
|
|
"cosmic-applet-time",
|
|
"cosmic-applet-workspaces",
|
|
"cosmic-panel-button",
|
|
]
|
|
|
|
resolver="2"
|
|
|
|
[profile.release]
|
|
lto = "thin"
|
|
# lto = "fat"
|