pgp 0.1.0

PGP implementation in Rust
Documentation
sudo: false

language: rust

rust:
  - beta
  - stable

script:
  - cargo build && cargo test