Start implementing the grpc
Some checks failed
ci/woodpecker/push/code_tests Pipeline failed
ci/woodpecker/push/pre_commit_test Pipeline was successful

Signed-off-by: Nikolai Rodionov <allanger@badhouseplants.net>
This commit is contained in:
2025-11-30 13:06:58 +01:00
parent 2052178ebf
commit 86566221b1
6 changed files with 479 additions and 21 deletions

View File

@@ -1,6 +1,6 @@
mod audio_engine;
use clap::Parser;
use lib::helloworld;
use lib::termix::audio_backend::audio_backend_server;
/// Simple program to greet a person
#[derive(Parser, Debug)]