From c66a83d5557ca104e7bd115247de6e3ca38b6094 Mon Sep 17 00:00:00 2001 From: Listum Date: Thu, 2 Nov 2023 11:07:37 +0300 Subject: [PATCH] Removed unnecessary dependencies --- Cargo.toml | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 2a83ed3..e7eef07 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -8,8 +8,6 @@ edition = "2021" [dependencies] teloxide = { version = "0.12.2", features = ["macros"] } tokio = { version = "1", features = ["full"] } -reqwest = "0.11" -serde = { version = "1.0", features = ["derive"] } -serde_json = "1.0" aur-rpc = "0.2.2" -git2 = "0.18.1" \ No newline at end of file +git2 = "0.18.1" +glob = "0.3.1" \ No newline at end of file