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

28 lines
975 B
TOML
Raw Permalink Normal View History

[package]
name = "cosmic-applet-notifications"
version = "1.0.2"
2025-08-12 21:38:51 +02:00
edition = "2024"
license = "GPL-3.0-only"
[dependencies]
cosmic-notifications-util = { git = "https://github.com/pop-os/cosmic-notifications" }
cosmic-notifications-config = { git = "https://github.com/pop-os/cosmic-notifications" }
anyhow.workspace = true
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" }
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"] }
url = "2.5.8"