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"