From abb717f4cf97771c14dedd8820819d801413ca31 Mon Sep 17 00:00:00 2001 From: MeexReay Date: Fri, 24 May 2024 19:50:45 +0300 Subject: [PATCH] remove dependencies --- Cargo.toml | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 71cf79e..fc01c0a 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -13,10 +13,4 @@ edition = "2021" [dependencies] flate2 = "1.0.30" bytebuffer = "2.2.0" -# uuid = "1.8.0" - -serde_json = "1.0.117" -socks = "0.2.3" -rand = "0.8.5" -uuid = { version = "1.8.0", features = ["v3"] } -md5 = "0.7.0" \ No newline at end of file +uuid = "1.8.0" \ No newline at end of file