Start list without Ratatui

This commit is contained in:
mo8it
2024-08-24 00:14:12 +02:00
parent 47976caa69
commit 570bc9f32d
14 changed files with 303 additions and 500 deletions
+1 -1
View File
@@ -1,5 +1,5 @@
use anyhow::{bail, Context, Result};
use ratatui::crossterm::style::Stylize;
use crossterm::style::Stylize;
use serde::Deserialize;
use std::{
env::set_current_dir,