From 3900f1e2be46d6bb9e180eb44a30bcc76dd08740 Mon Sep 17 00:00:00 2001 From: Couleur <82747632+couleurm@users.noreply.github.com> Date: Sat, 6 Apr 2024 21:49:56 +0200 Subject: [PATCH] remove kdam for good --- src/main.rs | 1 - 1 file changed, 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index f8d6cff..234a8f0 100644 --- a/src/main.rs +++ b/src/main.rs @@ -12,7 +12,6 @@ extern crate anyhow; extern crate num_rational; // progress bar, used in ffpb.rs -extern crate kdam; extern crate regex; mod cli;