project_init 0.1.5

Initialize projects from a template. Fast
Documentation
language: rust
sudo: false

cache: cargo

os:
  - linux
  - osx
  - windows

rust:
  - nightly
  - stable

script:
  - cargo build
  - cargo doc