syntax = "proto3"; package config; // [RINF:DART-SIGNAL] message ConfigInput {} // [RINF:RUST-SIGNAL] message ConfigOutput { string configPath = 1; }