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