2022-06-10 15:29:45 -07:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-applet-notifications"
|
|
|
|
|
version = "0.1.0"
|
|
|
|
|
edition = "2021"
|
|
|
|
|
license = "GPL-3.0-or-later"
|
|
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
|
cascade = "1"
|
|
|
|
|
futures = "0.3"
|
2022-06-29 13:44:58 -07:00
|
|
|
gtk4 = { git = "https://github.com/gtk-rs/gtk4-rs" }
|
2022-08-10 10:48:20 -04:00
|
|
|
adw = { git = "https://gitlab.gnome.org/World/Rust/libadwaita-rs", package = "libadwaita"}
|
2022-08-16 14:36:31 -04:00
|
|
|
libcosmic = { git = "https://github.com/pop-os/libcosmic", default-features = false }
|
2022-07-01 21:55:57 -07:00
|
|
|
libcosmic-applet = { path = "../../libcosmic-applet" }
|
2022-06-10 15:29:45 -07:00
|
|
|
once_cell = "1.12"
|
2022-07-05 14:41:09 -07:00
|
|
|
relm4-macros = { git = "https://github.com/Relm4/Relm4.git", branch = "next" }
|
2022-06-10 15:29:45 -07:00
|
|
|
serde = "1"
|
|
|
|
|
zbus = "2.0.1"
|
|
|
|
|
zbus_names = "2"
|
|
|
|
|
zvariant = "3"
|
2022-08-24 15:55:53 -04:00
|
|
|
cosmic-panel-config = {git = "https://github.com/pop-os/cosmic-panel", features = ["gtk4"] }
|