mimeograph_crumble 0.1.1

A size optimized copy of `cookie` designed to be small when compiled to WASM.
Documentation
language: rust
matrix:
  include:
    - rust: stable
    - rust: beta
    - rust: nightly

script:
  - ./scripts/test.sh

notifications:
  email:
    on_success: never