2022-06-10 15:29:45 -07:00
|
|
|
[package]
|
|
|
|
|
name = "cosmic-applet-notifications"
|
2026-01-13 17:21:37 +01:00
|
|
|
version = "1.0.2"
|
2025-08-12 21:38:51 +02:00
|
|
|
edition = "2024"
|
2024-09-15 23:09:55 -05:00
|
|
|
license = "GPL-3.0-only"
|
2022-06-10 15:29:45 -07:00
|
|
|
|
|
|
|
|
[dependencies]
|
2026-04-10 12:14:23 -04:00
|
|
|
cosmic-notifications-util = { git = "https://github.com/pop-os/cosmic-notifications" }
|
|
|
|
|
cosmic-notifications-config = { git = "https://github.com/pop-os/cosmic-notifications" }
|
2024-03-14 18:47:41 +01:00
|
|
|
anyhow.workspace = true
|
2024-03-14 21:43:11 +01:00
|
|
|
libcosmic.workspace = true
|
2025-02-19 18:31:56 +01:00
|
|
|
tokio.workspace = true
|
2024-05-16 21:29:28 -04:00
|
|
|
# cosmic-notifications-util = { path = "../../cosmic-notifications-daemon/cosmic-notifications-util" }
|
|
|
|
|
# cosmic-notifications-config = { path = "../../cosmic-notifications-daemon/cosmic-notifications-config" }
|
2025-08-12 23:09:49 +02:00
|
|
|
futures-util = { workspace = true, features = ["sink"] }
|
2024-03-14 21:43:11 +01:00
|
|
|
tracing-subscriber.workspace = true
|
2024-05-16 21:29:28 -04:00
|
|
|
tracing-log.workspace = true
|
2025-08-12 23:09:49 +02:00
|
|
|
tracing.workspace = true
|
2024-05-16 21:29:28 -04:00
|
|
|
# Application i18n
|
2025-08-12 23:09:49 +02:00
|
|
|
i18n-embed = { workspace = true, features = [
|
2024-05-16 21:29:28 -04:00
|
|
|
"fluent-system",
|
|
|
|
|
"desktop-requester",
|
|
|
|
|
] }
|
2025-08-12 23:09:49 +02:00
|
|
|
i18n-embed-fl.workspace = true
|
|
|
|
|
rust-embed.workspace = true
|
|
|
|
|
zbus = { workspace = true, features = ["tokio", "p2p"] }
|
2026-01-13 17:21:37 +01:00
|
|
|
url = "2.5.8"
|