cookie_store 0.15.1

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

sudo: false

script:
  - cargo build --verbose --all-features
  - cargo test --verbose --all-features

notifications:
  email:
    on_success: never