mirror of
https://github.com/mii443/RustySecrets.git
synced 2025-08-23 00:35:38 +00:00
7 lines
66 B
Protocol Buffer
7 lines
66 B
Protocol Buffer
|
|
syntax = "proto3";
|
|
|
|
enum VersionProto {
|
|
INITIAL_RELEASE = 0;
|
|
}
|