dota2_webapi_bindings 0.6.0

Rust bindings for official dota2 webapi
Documentation
language: rust

cache: cargo

rust:
  - stable
  - nightly

matrix:
  allow_failures:
    - rust: nightly
  fast_finish: true

git:
  depth: 10

script:
  - cargo build --verbose --all