tui - client app.

This commit is contained in:
2026-05-07 00:14:47 +02:00
parent bf2f95963a
commit fcd8d2122a
9 changed files with 3571 additions and 57 deletions

4
crates/tui/src/lib.rs Normal file
View File

@@ -0,0 +1,4 @@
pub mod app;
pub mod client;
pub mod config;
pub mod ui;