Skip to content
This repository has been archived by the owner on Oct 1, 2023. It is now read-only.

Commit

Permalink
import
Browse files Browse the repository at this point in the history
  • Loading branch information
Kieaer committed Sep 7, 2023
1 parent ef839b6 commit 52e8d3a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ use std::{fs, ptr, thread};
use std::cell::Cell;
use std::collections::HashMap;
use std::fs::File;
use std::io::{BufRead, BufReader, Read, Seek, SeekFrom};
use std::io::{BufReader, Read, Seek, SeekFrom};
use std::path::Path;
use std::process::{Command, exit};
use std::rc::Rc;
Expand All @@ -14,7 +14,6 @@ use base64::{Engine as _, engine::general_purpose};
use chrono::format::{DelayedFormat, StrftimeItems};
use dirs::{config_dir, home_dir};
use indicatif::{MultiProgress, ProgressBar, ProgressStyle};
use notify::Watcher;
use rayon::ThreadPoolBuilder;
use regex::Regex;
use reqwest::blocking::{Client, RequestBuilder};
Expand Down

0 comments on commit 52e8d3a

Please # to comment.