refactor producer and consumer (#97)

This commit is contained in:
Ferdinand Schober
2024-03-21 16:55:54 +01:00
committed by GitHub
parent af02cccc2a
commit a491c0e9e3
19 changed files with 52 additions and 55 deletions

View File

@@ -7,6 +7,5 @@ pub mod server;
pub mod consumer;
pub mod producer;
pub mod backend;
pub mod frontend;
pub mod scancode;