7
examples/basic-setup/schemas/crunch/my_event.proto
Normal file
7
examples/basic-setup/schemas/crunch/my_event.proto
Normal file
@@ -0,0 +1,7 @@
|
||||
syntax = "proto3";
|
||||
|
||||
package test.can.generate.output.rust;
|
||||
|
||||
message MyEvent {
|
||||
string name = 1;
|
||||
}
|
Reference in New Issue
Block a user