crypto-market-stream-ws 0.1.0

crypto-bank markets websocket streams
Documentation
---
language: rust
dist: trusty
sudo: false

cache:
  cargo: true
  apt: true

matrix:
  include:
  - rust: nightly

script:
  - cargo test

notifications:
  email:
    on_success: never