cosmic-applets/cosmic-applet-notifications/Cargo.toml

29 lines
1,004 B
TOML
Raw Normal View History

[package]
name = "cosmic-applet-notifications"
version = "0.1.0"
2025-08-12 21:38:51 +02:00
edition = "2024"
license = "GPL-3.0-only"
[dependencies]
anyhow.workspace = true
cosmic-time.workspace = true
libcosmic.workspace = true
2025-02-19 18:31:56 +01:00
tokio.workspace = true
cosmic-notifications-util = { git = "https://github.com/pop-os/cosmic-notifications" }
2024-05-16 21:29:28 -04:00
cosmic-notifications-config = { git = "https://github.com/pop-os/cosmic-notifications" }
# cosmic-notifications-util = { path = "../../cosmic-notifications-daemon/cosmic-notifications-util" }
# cosmic-notifications-config = { path = "../../cosmic-notifications-daemon/cosmic-notifications-config" }
futures-util = { workspace = true, features = ["sink"] }
tracing-subscriber.workspace = true
2024-05-16 21:29:28 -04:00
tracing-log.workspace = true
tracing.workspace = true
2024-05-16 21:29:28 -04:00
# Application i18n
i18n-embed = { workspace = true, features = [
2024-05-16 21:29:28 -04:00
"fluent-system",
"desktop-requester",
] }
i18n-embed-fl.workspace = true
rust-embed.workspace = true
zbus = { workspace = true, features = ["tokio", "p2p"] }
2025-08-30 21:03:38 +02:00
url = "2.5.7"