cargo-profiler 0.1.4

Cargo subcommand to profile your applications.
Documentation
language: rust

sudo: false

rust:
  - nightly

script:
  - |
      cargo build

notifications:
  email:
    - sgrangan01@gmail.com

branches:
  only: master