cosmic-applets/applets/cosmic-applet-status-area/Cargo.toml
Ian Douglas Scott e52446c770 status-area: Send unregistered signal in watcher
Still not working as expected...
2022-09-08 21:22:46 -07:00

17 lines
497 B
TOML

[package]
name = "cosmic-applet-status-area"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"
[dependencies]
cascade = "1"
futures = "0.3"
gtk4 = { git = "https://github.com/gtk-rs/gtk4-rs" }
adw = { git = "https://gitlab.gnome.org/World/Rust/libadwaita-rs", package = "libadwaita"}
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false }
libcosmic-applet = { path = "../../libcosmic-applet" }
once_cell = "1.12"
serde = "1"
zbus = "3"
zvariant = "3"