From aff0b15514e99b5baa357536a09c15d7028dd1b3 Mon Sep 17 00:00:00 2001 From: Ren Kararou Date: Sat, 11 Nov 2023 22:19:38 -0600 Subject: [PATCH] remove errant depend --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 48dd3fd..60c6e34 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,6 @@ edition = "2021" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] -anyhow = "1.0.75" clap = { version = "4.4.8", features = ["derive"] } rand = "0.8.5" walkdir = "2.4.0"