WIP: ratatui app init

This commit is contained in:
2026-07-26 14:08:20 +02:00
parent 11978af863
commit d6d819bf40
6 changed files with 1565 additions and 11 deletions

View File

@@ -1,2 +1,3 @@
pub mod config;
pub mod source;
pub mod ui;