Rely on the crossterm crate rather than colored

This commit is contained in:
Daan Boerlage 2025-01-21 20:36:36 +01:00
parent 4fbab7102a
commit 8826103da7
Signed by: daan
GPG key ID: FCE070E1E4956606
3 changed files with 73 additions and 20 deletions

View file

@ -1,4 +1,4 @@
use colored::Colorize;
use crossterm::style::Stylize;
use serde::{Deserialize, Serialize};
use std::io::Write;