summaryrefslogtreecommitdiff
path: root/Cargo.toml
blob: b9ee741b2f3acfbed5a7af0380ba99b57fb4973f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[package]
name = "plasma-task-manager-notifications"
version = "0.1.1"
edition = "2021"
description = "Taskbar badge notifications for KDE Plasma 6"
license = "MIT"
readme = "README.md"
keywords = ["kde", "plasma", "notifications", "taskbar", "badge"]
categories = ["os::linux-apis"]

[dependencies]
regex = "1"
log = "0.4"
env_logger = "0.11"
libc = "0.2"

[dev-dependencies]