toastify 0.3.4

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
[dependencies.clap]
features = ["suggestions", "color"]
version = "2"

[dependencies.notify-rust]
version = "3.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/.)"
keywords = ["desktop", "notification", "notify", "dbus", "libnotify"]
license = "MIT/Apache-2.0"
name = "toastify"
readme = "README.md"
version = "0.3.4"