From 24c13a89bd98161cb2c642ac86aaf06b5ad70f7a Mon Sep 17 00:00:00 2001 From: jnats Date: Tue, 28 Sep 2021 10:49:10 +0100 Subject: [PATCH] removed useless depends from cargo.toml --- Cargo.toml | 3 --- 1 file changed, 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index b60b2bf..511a7cb 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -11,8 +11,5 @@ description = "a fast and efficient aur helper." git2 = "*" raur = "2.0.2" runas = "*" -toml = "*" -serde = "*" -walkdir = "*" ansi_term = "*" uwuizer = "*"