[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]
default = ["desktop"]
desktop = ["dep:notify-rust", "dep:open"]
[dependencies]
notify-rust = { version = "4", optional = true }
open = { version = "5", optional = true }