29 lines
725 B
TOML
29 lines
725 B
TOML
[package]
|
|
name = "cosmic-applet-notifications"
|
|
version = "0.1.0"
|
|
edition = "2021"
|
|
license = "GPL-3.0"
|
|
|
|
[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",
|
|
] }
|
|
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"
|
|
zbus.workspace = true
|