Skip to content

Commit

Permalink
/
Browse files Browse the repository at this point in the history
  • Loading branch information
horacehoff committed Aug 31, 2024
1 parent f10d65d commit a3f7222
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,7 @@ use std::io::Read;
use std::net::Shutdown;
use std::net::TcpStream;
use std::fs::File;
use std::io::BufRead;
use std::io::BufReader;
use std::io::{Write};
use std::io::{Write, BufReader, BufRead};
use std::time::Duration;
use colored::Colorize;
use lib::hash::encrypt_data;
Expand Down

0 comments on commit a3f7222

Please sign in to comment.