cosmic-applets/cosmic-panel-button/Cargo.toml
2023-06-21 20:49:35 -04:00

10 lines
314 B
TOML

[package]
name = "cosmic-panel-button"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"
[dependencies]
freedesktop-desktop-entry = "0.5.0"
libcosmic = { git = "https://github.com/pop-os/libcosmic/", default-features = false, features = ["tokio", "wayland"] }
cosmic-applet = { path = "../applet" }