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

@@ -13,7 +13,7 @@ use structs::*;
#[macro_use]
extern crate simple_log;
use colored::*;
use colored::Colorize;
use indicatif::ProgressBar;
#[cfg(windows)]
use mslnk::ShellLink;