mirror of
https://github.com/kodjodevf/mangayomi.git
synced 2026-03-11 17:25:32 +00:00
6 lines
85 B
Protocol Buffer
6 lines
85 B
Protocol Buffer
syntax = "proto3";
|
|
package crop_borders;
|
|
|
|
message ReadRequest {
|
|
bytes image = 1;
|
|
}
|