tonic-types 0.1.0

A collection of useful protobuf types that can be used with `tonic`.
Documentation
fn main() {
    prost_build::compile_protos(&["proto/status.proto"], &["proto/"]).unwrap();
}