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]
|
2023-06-30 16:27:45 -04:00
|
|
|
anyhow = "1"
|
2023-07-20 14:57:51 -07:00
|
|
|
libcosmic.workspace = true
|
|
|
|
|
cosmic-time.workspace = true
|
2023-06-01 12:23:12 -04:00
|
|
|
cosmic-applet = { path = "../applet" }
|
2023-06-30 16:27:45 -04:00
|
|
|
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" }
|
2023-07-03 14:53:45 -04:00
|
|
|
cosmic-notifications-config = { git = "https://github.com/pop-os/cosmic-notifications" }
|
2023-06-30 16:27:45 -04:00
|
|
|
tracing = "0.1"
|
|
|
|
|
ron = "0.8"
|
|
|
|
|
sendfd = { version = "0.4", features = [ "tokio" ] }
|
|
|
|
|
bytemuck = "1"
|
|
|
|
|
tracing-subscriber = "0.3"
|
2023-07-03 14:53:45 -04:00
|
|
|
zbus = "3.14"
|
2023-07-05 14:38:48 -04:00
|
|
|
# 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"
|