Trying to use the prost
Some checks failed
ci/woodpecker/push/code_tests Pipeline failed
ci/woodpecker/push/pre_commit_test Pipeline failed

This commit is contained in:
2025-11-28 19:18:04 +01:00
parent 56aa1e1bbf
commit 2052178ebf
8 changed files with 52 additions and 78 deletions

View File

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