tw-rs 0.1.34

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

cache: cargo

os:
  - linux
  - osx
  - windows

rust:
  - nightly

script:
  - cargo build
  - cargo doc
  - cargo bench