convert to workspace and update justfile

This commit is contained in:
🪞👃🪞 2025-01-09 22:19:28 +01:00
parent c3de403645
commit 01835c8077
19 changed files with 268 additions and 242 deletions

View file

@ -89,7 +89,7 @@ pub(crate) use ratatui::{
#[cfg(test)] #[test] fn test_tui_engine () -> Usually<()> {
use crate::tui::*;
use crate::*;
use std::sync::{Arc, RwLock};
struct TestComponent(String);
impl Content<TuiOut> for TestComponent {