From 3e0d32721b13808cf104690b1b25b91ac4a8b7f6 Mon Sep 17 00:00:00 2001 From: PlexSheep Date: Sat, 24 Feb 2024 14:39:05 +0100 Subject: [PATCH] remove many deps --- Cargo.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 2cc02f0..3218b7f 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -22,7 +22,7 @@ keywords = [ [dependencies] anyhow = "1.0.79" async-trait = "0.1.77" -cargo = "0.76.0" +# cargo = "0.76.0" clap = { version = "4.4.18", features = ["derive", "help"] } clap-verbosity-flag = "2.1.2" git2 = "0.18.1"