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

30 lines
725 B
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-config = { git = "https://github.com/pop-os/cosmic-notifications" }
cosmic-notifications-util = { git = "https://github.com/pop-os/cosmic-notifications" }
i18n-embed-fl.workspace = true
i18n-embed.workspace = true
rust-embed.workspace = true
tracing-log.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true
url = "2.5.0"
2023-10-27 17:44:25 -04:00
zbus.workspace = true