cookie_store 0.12.0

Implementation of Cookie storage and retrieval
Documentation
language: rust
cache: cargo
rust:
  - stable
  - beta
  - nightly

sudo: false

script:
  - cargo build --verbose
  - cargo test --verbose

notifications:
  email:
    on_success: never