blob: 56bac18dd64e6a001a1bab7ca0a2619977814e0c [file] [log] [blame]
syntax = "proto3";
option java_package = "org.pubref.rules_protobuf.examples";
option java_outer_classname = "CommonProto";
package common;
// A configuration object. This is used to test the viability of
// protobuf imports.
message Config {
bool verbose = 1;
}