chore: cleanup dependencies

This commit is contained in:
Jindřich Moravec 2024-01-26 22:16:14 +01:00
parent 4dfabb8cc0
commit d790337423
4 changed files with 0 additions and 5 deletions

View file

@ -7,7 +7,6 @@ use tokio::net::{TcpListener, TcpStream};
use tokio::sync::{Mutex, RwLock};
use minisql::interpreter::{Response, State};
use minisql::operation;
use parser::parse_and_validate;
use proto::handshake::errors::ServerHandshakeError;
use proto::handshake::request::HandshakeRequest;