modified: src/client.rs

This commit is contained in:
Michael Wain 2024-10-04 19:32:56 +03:00
parent 31b06d226e
commit 88cc838969

View File

@ -1,5 +1,4 @@
use crossbeam_channel::unbounded;
use socket2::SockAddr;
use tokio::{net::UdpSocket, sync::Mutex};
use std::{io::{Read, Write}, net::SocketAddr};
use base64::prelude::*;