tw-rs 0.1.14

Command line tool allow you to access twitter
Documentation
language: rust
sudo: false

cache: cargo

os:
  - linux
  - osx
  - windows

rust:
  - stable

script:
  - cargo build
  - cargo doc