src: bin: Remove unused crates

After refactoring the compiler started warning about some crates that
were unused, so I removed them.
This commit is contained in:
Lux Aliaga 2023-02-09 21:30:09 -03:00
parent 9e5e0716d1
commit 4427dadcfc
Signed by: lux
GPG Key ID: B56C805968637437
2 changed files with 2 additions and 4 deletions

View File

@ -17,8 +17,7 @@
*
*/
use anyhow::{bail, Result};
use colored::Colorize;
use anyhow::Result;
use std::env;
use vento::{
error::{throw_error, ErrorType},

View File

@ -17,8 +17,7 @@
*
*/
use anyhow::{bail, Result};
use colored::Colorize;
use anyhow::Result;
use std::env;
use vento::{
error::{throw_error, ErrorType},