notify-rust 3.2.1

Show desktop notifications. Pure Rust dbus client and server.
Documentation
before_install:
  - sudo apt-get update -qq
  - sudo apt-get install -y libdbus-1-dev
language: rust
rust:
  - stable
  - nightly
script:
  - cargo build --verbose