cosmic-applets/Cargo.toml

18 lines
349 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-08 18:38:09 -05:00
#[profile.release]
#lto = "fat"