informalsystems-prost-build 0.8.1

Release based on a fork until upstream is updated.
Documentation
syntax = "proto3";

package helloworld;

message Message {
  string say = 1;
}

message Response {
  string say = 1;
}