Trying to come up with the structure
This commit is contained in:
@@ -1,6 +1,7 @@
|
||||
pub mod termix {
|
||||
pub mod audio_backend {
|
||||
pub const FILE_DESCRIPTOR_SET: &[u8] = tonic::include_file_descriptor_set!("audio_backend_descriptor");
|
||||
pub const FILE_DESCRIPTOR_SET: &[u8] =
|
||||
tonic::include_file_descriptor_set!("audio_backend_descriptor");
|
||||
tonic::include_proto!("termix.audio_backend");
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user