mirror of
https://github.com/actix/actix-extras.git
synced 2025-06-27 10:39:03 +02:00
move to own module
This commit is contained in:
6
actix-protobuf/examples/prost-example/test.proto
Normal file
6
actix-protobuf/examples/prost-example/test.proto
Normal file
@ -0,0 +1,6 @@
|
||||
syntax = "proto3";
|
||||
|
||||
message MyObj {
|
||||
int32 number = 1;
|
||||
string name = 2;
|
||||
}
|
Reference in New Issue
Block a user