gitlab-tracker-notify 0.4.0

Optional desktop notification plugin for gitlab-tracker
Documentation
[package]
name = "gitlab-tracker-notify"
version.workspace = true
authors.workspace = true
edition.workspace = true
license.workspace = true
repository.workspace = true
description = "Optional desktop notification plugin for gitlab-tracker"
keywords = ["gitlab", "notifications", "desktop"]
categories = ["command-line-utilities"]

[features]
# Enabled by default; disable with --no-default-features to build without libdbus.
default = ["desktop"]
desktop = ["dep:notify-rust", "dep:open"]

[dependencies]
notify-rust = { version = "4", optional = true }
open = { version = "5", optional = true }