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

41 lines
1.1 KiB
TOML
Raw Normal View History

[package]
name = "cosmic-applet-notifications"
version = "0.1.0"
edition = "2021"
2024-05-06 15:39:04 +02:00
license = "GPL-3.0"
[dependencies]
anyhow.workspace = true
cosmic-time.workspace = true
libcosmic.workspace = true
tokio = { version = "1.36.0", features = [
2023-09-18 08:31:27 -07:00
"sync",
"rt",
"tracing",
"macros",
"net",
"io-util",
"io-std",
] }
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" }
tracing = "0.1"
ron = "0.8"
sendfd = { version = "0.4", features = ["tokio"] }
bytemuck = "1"
tracing-subscriber.workspace = true
2024-05-16 21:29:28 -04:00
tracing-log.workspace = true
2023-10-27 17:44:25 -04:00
zbus.workspace = true
2024-05-16 21:29:28 -04:00
zbus.features = ["tokio", "p2p"]
# 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"
url = "2.5.0"