mirror of
https://github.com/ALEZ-DEV/Babylonia-terminal.git
synced 2025-12-16 01:18:50 +00:00
9 lines
179 B
Protocol Buffer
9 lines
179 B
Protocol Buffer
syntax = "proto3";
|
|
package dependencies;
|
|
|
|
// [RINF:DART-SIGNAL]
|
|
message StartDependenciesInstallation {}
|
|
|
|
// [RINF:RUST-SIGNAL]
|
|
message NotifyDependenciesSuccessfullyInstalled {}
|