Skip to content
This repository has been archived by the owner on Jun 22, 2024. It is now read-only.

Commit

Permalink
Removed Unnecesarry dependincies from main.rs
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderMaxRanabel committed Jul 21, 2023
1 parent 7d4f962 commit 55b1bb4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -3,9 +3,6 @@ mod discover_filter;

use std::env;

use std::fs::File;
use std::io::{BufRead, BufReader};

#[tokio::main]
async fn main() {
let args: Vec<String> = env::args().collect();
Expand Down

0 comments on commit 55b1bb4

Please sign in to comment.