Implementing fifo channel, and command structure.

This commit is contained in:
2025-11-13 04:35:38 -06:00
committed by Micheal Smith
parent 21d9c3f002
commit 8ec4f2860c
3 changed files with 27 additions and 7 deletions

View File

@@ -8,6 +8,7 @@ use tracing::{Level, info};
use tracing_subscriber::FmtSubscriber;
pub mod chat;
pub mod commands;
pub mod event;
pub mod event_manager;
pub mod ipc;