fix: Use comfy-table crate for table rendering

Co-authored-by: aider (openai/andrew/openrouter/deepseek/deepseek-chat-v3.1) <aider@aider.chat>
This commit is contained in:
Andrew Phillips
2025-09-08 17:59:58 -03:00
parent 007f5e2377
commit 15417eb1d3
3 changed files with 37 additions and 36 deletions

View File

@@ -38,7 +38,7 @@ lz4_flex = "0.11.1"
magic = "0.13.0"
nix = "0.30.1"
once_cell = "1.19.0"
prettytable-rs = "0.10.0"
comfy-table = "0.3.1"
pwhash = "1.0.0"
regex = "1.9.5"
ringbuf = "0.3"