cosmic-applets/cosmic-panel-button/Cargo.toml
Ryan Brue 5d4ef77367 feat(panel-button): add applet config
This PR adds an optional environment variable to the cosmic-panel-button that allows us to specify how a panel button should present itself (either as 'icon' or as 'text').

The PR also adds the same tracing log that the other applets have, with an initial message notifying that the applet has started.
2024-05-06 22:35:53 -04:00

14 lines
No EOL
316 B
TOML

[package]
name = "cosmic-panel-button"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0"
[dependencies]
freedesktop-desktop-entry = "0.5.1"
libcosmic.workspace = true
tracing-log.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true
cosmic-config.workspace = true
serde.workspace = true