ts3plugin 0.2.1

An abstraction layer that simplifies creating TeamSpeak3 plugins and stores received data to provide a more convenient API.
Documentation
language: rust
sudo: false
cache: cargo
rust:
  - stable
  - nightly

branches:
  only:
    - master
    - develop
notifications:
  email: false
git:
  depth: 1