Skip to content

Commit

Permalink
removed ctrlc import
Browse files Browse the repository at this point in the history
  • Loading branch information
idky137 committed Jun 6, 2024
1 parent d3f7ae3 commit e824800
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions zingo-proxyd/src/bin/zingoproxyd.rs
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,8 @@ use std::{
Arc,
},
};

use zingoproxylib::proxy::spawn_proxy;

use ctrlc;

#[tokio::main]
async fn main() {
let online = Arc::new(AtomicBool::new(true));
Expand Down

0 comments on commit e824800

Please sign in to comment.