mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2025-12-16 01:18:50 +00:00
11 lines
156 B
Protocol Buffer
11 lines
156 B
Protocol Buffer
syntax = "proto3";
|
|
package config;
|
|
|
|
// [RINF:DART-SIGNAL]
|
|
message ConfigInput {}
|
|
|
|
// [RINF:RUST-SIGNAL]
|
|
message ConfigOutput {
|
|
string configPath = 1;
|
|
}
|