toastify 0.5.0

A commandline tool that shows desktop notifications using [notify-rust](http://hoodie.github.io/notify-rust/).
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
[dependencies.clap]
features = ["derive", "cargo"]
version = "3.0.0"

[dependencies.notify-rust]
version = "4.5"

[package]
authors = ["Hendrik Sollich <hendrik@hoodie.de>"]
description = "A commandline tool that shows desktop notifications using [notify-rust](http://hoodie.github.io/notify-rust/)."
edition = "2018"
keywords = ["desktop", "notification", "notify", "dbus", "libnotify"]
license = "MIT/Apache-2.0"
name = "toastify"
readme = "README.md"
version = "0.5.0"