libotp 0.1.4

One Time Password generator
Documentation
language: rust
rust:
  - stable
  - nightly
  - beta
cache: cargo
script:
  - cargo build --verbose --all
  - cargo test --verbose --all
os:
  - linux
  - osx