chore(list): Add log and anyhow crates

This commit is contained in:
Andrew Phillips (aider)
2025-05-10 13:53:08 -03:00
parent c2ace42c02
commit 0b82921506

View File

@@ -10,6 +10,8 @@ use crate::modes::common::{size_column, string_column};
use prettytable::color; use prettytable::color;
use prettytable::row; use prettytable::row;
use prettytable::{Attr, Cell, Row, Table}; use prettytable::{Attr, Cell, Row, Table};
use log::debug;
use anyhow::anyhow;
use rusqlite::Connection; use rusqlite::Connection;
pub fn mode_list( pub fn mode_list(