protofetch 0.1.21

A source dependency management tool for Protobuf.
Documentation
1
2
3
4
5
6
7
8
9
10
syntax = "proto3";

package proto;

import "proto_out/example.proto";

option (scalapb.options) = {
  scope: PACKAGE
  flat_package: true
};