Add basic protobuf file

This commit is contained in:
Gabriel Simmer 2023-10-03 13:24:42 +01:00
parent 76424a2100
commit 7e2015c124
Signed by: arch
SSH key fingerprint: SHA256:m3OEcdtrnBpMX+2BDGh/byv3hrCekCLzDYMdvGEKPPQ

6
src/protobuf/items.proto Normal file
View file

@ -0,0 +1,6 @@
syntax = "proto3";
package gabrielsimmerdotcom.gossip;
message GossipMessage {
}