dat-network-protocol 0.1.4

Dat Network Protocol protobuf definitions.
Documentation
language: rust
rust:
  - nightly

before_script: |
  rustup component add rustfmt-preview &&
  rustup component add clippy-preview
script: |
  cargo fmt -- --check &&
  cargo clippy -- -D clippy::all &&
  cargo build --verbose &&
  cargo test  --verbose
cache: cargo