cosmic-applets/cosmic-applet-notifications/Cargo.toml
2024-03-25 15:33:23 -06:00

33 lines
846 B
TOML

[package]
name = "cosmic-applet-notifications"
version = "0.1.0"
edition = "2021"
license = "GPL-3.0-or-later"
[dependencies]
anyhow.workspace = true
cosmic-time.workspace = true
libcosmic.workspace = true
tokio = { version = "1.36.0", features = [
"sync",
"rt",
"tracing",
"macros",
"net",
"io-util",
"io-std",
] }
bytemuck = "1"
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
ron = "0.8"
rust-embed-utils.workspace = true
rust-embed.workspace = true
sendfd = { version = "0.4", features = ["tokio"] }
tracing-log.workspace = true
tracing-subscriber.workspace = true
tracing.workspace = true
url = "2.5.0"
zbus.workspace = true