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

12 lines
503 B
TOML

[package]
name = "cosmic-applet-notifications"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"
[dependencies]
icon-loader = { version = "0.3.6", features = ["gtk"] }
libcosmic = { git = "https://github.com/pop-os/libcosmic/", default-features = false, features = ["tokio", "wayland"] }
cosmic-time = { git = "https://github.com/pop-os/cosmic-time", rev = "39c96ac", default-features = false, features = ["libcosmic", "once_cell"] }
cosmic-applet = { path = "../applet" }
nix = "0.24.1"