cleanup misc

This commit is contained in:
2024-09-01 08:11:00 +02:00
parent 0d24bcd31c
commit bdb3a5f2b4
3 changed files with 53 additions and 64 deletions

View File

@@ -1,4 +1,4 @@
use colored::*;
use colored::ColoredString;
use std::{collections::HashMap, path::Path};
#[derive(serde::Deserialize, serde::Serialize, Clone)]