Gurty -> usable state

This commit is contained in:
vt-d
2025-08-19 22:01:20 +05:30
parent 99f17dc42c
commit aa49fac5b8
24 changed files with 2679 additions and 394 deletions

10
protocol/cli/src/lib.rs Normal file
View File

@@ -0,0 +1,10 @@
pub mod cli;
pub mod config;
pub mod error;
pub mod security;
pub mod server;
pub mod request_handler;
pub mod command_handler;
pub mod handlers;
pub use error::{Result, ServerError};