reuse-notifications 0.1.1

Allows to reuse desktop notifications created by notify-rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
[package]
name = "reuse-notifications"
description = "Allows to reuse desktop notifications created by notify-rust"
authors = ["plafü <p@plafue.com>"]
version = "0.1.1"

repository = "https://gitlab.com/plafue/reuse-notifications"
documentation = "https://docs.rs/reuse_notifications/"
license = "MIT"

[dependencies]
notify-rust = "3"
rand = "0.4.2"