cargo-x 0.2.1

A very simple third-party cargo subcommand to execute a custom command.
language: rust

cache: cargo

rust:
  - stable
  - beta
  - nightly

script:
  - cargo test --release
  - cargo build --release