gitlab-tracker-notify 0.3.3

Optional desktop notification plugin for gitlab-tracker
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
[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"]

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