sorted imports

main
Michal 2 years ago
parent abed0b12fb
commit 29de35fef5
No known key found for this signature in database
GPG Key ID: A6A1A4DCB22279B9

@ -1,3 +1,4 @@
use colored::Colorize;
use std::env; use std::env;
use std::fs; use std::fs;
use std::path::PathBuf; use std::path::PathBuf;
@ -6,8 +7,6 @@ use crate::info;
use crate::log; use crate::log;
use crate::parse_cfg; use crate::parse_cfg;
use colored::Colorize;
#[derive(Debug, Clone)] #[derive(Debug, Clone)]
struct PackageFile { struct PackageFile {
name: String, name: String,

Loading…
Cancel
Save