vtkio 0.1.5

Parser and writer for the legacy VTK file format
language: rust

rust:
  - nightly
  - beta
  - stable

cache: cargo

script:
  - cargo build
  - cargo test

notifications:
    email: false