cosmic-applets/Cargo.toml

18 lines
347 B
TOML
Raw Normal View History

[workspace]
members = [
"cosmic-app-list",
"cosmic-applet-audio",
"cosmic-applet-battery",
2023-02-08 18:38:09 -05:00
"cosmic-applet-bluetooth",
"cosmic-applet-graphics",
"cosmic-applet-network",
"cosmic-applet-notifications",
"cosmic-applet-power",
"cosmic-applet-time",
"cosmic-applet-workspaces",
]
2023-02-10 15:50:04 -05:00
[profile.release]
lto = "fat"