file-sniffer 3.0.1

Command-line tool to find build artifacts and junk on your computer.
Documentation
language: rust
sudo: false

cache: cargo

os:
  - linux
  - osx
  - windows

rust:
  - nightly
    #- stable

script:
  - cargo build
  - cargo doc
  - cargo test
  - cargo bench