diff --git a/client/src/main.rs b/client/src/main.rs index 2e2a0a8..29129f8 100644 --- a/client/src/main.rs +++ b/client/src/main.rs @@ -2,8 +2,6 @@ use std::path::Path; use anyhow::Context; use clap::{App, Arg}; -use crossbeam_channel; -use env_logger; use log::{error, info}; use solstice_proto::server::{Client, ServerRequest}; use tokio::net::TcpStream;