[package] name = "cosmic-applet-notifications" version = "0.1.0" edition = "2021" license = "GPL-3.0-or-later" [dependencies] anyhow = "1" libcosmic.workspace = true cosmic-time.workspace = true cosmic-applet = { path = "../applet" } nix = "0.26" tokio = { version = "1.24.1", features = ["sync", "rt", "tracing", "macros", "net", "io-util", "io-std"] } cosmic-notifications-util = { git = "https://github.com/pop-os/cosmic-notifications" } cosmic-notifications-config = { git = "https://github.com/pop-os/cosmic-notifications" } tracing = "0.1" ron = "0.8" sendfd = { version = "0.4", features = [ "tokio" ] } bytemuck = "1" tracing-subscriber = "0.3" zbus = "3.14" # Application i18n i18n-embed = { version = "0.13.4", features = ["fluent-system", "desktop-requester"] } i18n-embed-fl = "0.6.4" rust-embed = "6.3.0" rust-embed-utils = "7.5.0"