eww/crates/notifier_host/Cargo.toml
Joel S 49b3066a6a
fix: Load systray items that are registered without a path (#1230)
Co-authored-by: ElKowar <dev@elkowar.dev>
2025-02-05 20:14:49 +01:00

20 lines
604 B
TOML

[package]
name = "notifier_host"
version = "0.1.0"
authors = ["elkowar <5300871+elkowar@users.noreply.github.com>"]
edition = "2021"
license = "MIT"
description = "SystemNotifierHost implementation"
repository = "https://github.com/elkowar/eww"
homepage = "https://github.com/elkowar/eww"
[dependencies]
dbusmenu-gtk3 = "0.1.0"
quick-xml = { version = "0.37.1", features = ["serialize"] }
serde = "1.0.215"
gtk.workspace = true
log.workspace = true
thiserror.workspace = true
tokio = { workspace = true, features = ["full"] }
zbus = { workspace = true, default-features = false, features = ["tokio"] }