From 9516a7858443d16bb88871e76fb8848987c7a7a7 Mon Sep 17 00:00:00 2001 From: Nathan Reiner Date: Mon, 28 Oct 2024 20:35:17 +0100 Subject: remove progress bar Since calculating the total count takes up time, we do not use the progress bar anymore, but just a total files copied. --- Cargo.toml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'Cargo.toml') diff --git a/Cargo.toml b/Cargo.toml index d5e7816..88a3fe4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -2,11 +2,12 @@ name = "progcp" version = "0.1.0" edition = "2021" +author = "Nathan P. Reiner" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies] anyhow = "1.0.81" -kdam = "0.5.1" -tokio = { version = "1.37.0", features = ["full"] } +clap = { version = "4.5.4", features = ["derive"] } +tokio = { version = "1.41.0", features = ["full"] } walkdir = "2.5.0" -- cgit v1.2.3-70-g09d2