modified: src/client.rs

This commit is contained in:
Michael Wain 2024-10-04 19:30:20 +03:00
parent 79dc354b12
commit 31b06d226e

View File

@ -7,7 +7,6 @@ use log::{error, info, warn};
use std::sync::Arc;
use std::net::Ipv4Addr;
use x25519_dalek::{PublicKey, StaticSecret};
use std::process::Command;
use aes_gcm::{
aead::{Aead, AeadCore, KeyInit, OsRng},
Aes256Gcm, Nonce};