2023-02-17 20:05:42 -08:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-panel-button"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
freedesktop-desktop-entry = "0.5.0"
|
2023-06-01 12:23:12 -04:00
|
|
|
libcosmic = { git = "https://github.com/pop-os/libcosmic/", rev = "31f7e97", default-features = false, features = ["tokio", "wayland"] }
|
|
|
|
|
cosmic-applet = { path = "../applet" }
|