From d99eb281b32bcf43cff0180746ecde941ec26acd Mon Sep 17 00:00:00 2001 From: Lynnesbian Date: Fri, 5 Feb 2021 16:05:33 +1000 Subject: [PATCH] removed unecessary stuff --- Cargo.toml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/Cargo.toml b/Cargo.toml index 127b962..144c847 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,12 +4,10 @@ version = "0.1.0" authors = ["Lynnesbian "] edition = "2018" license = "GPL-3.0-or-later" -license-file = "LICENSE" +#license-file = "LICENSE" [dependencies] walkdir = "2.3.1" -#tree_magic_mini = "1.0.1" -#filemagic = "0.12" structopt = "0.3.21" log = "0.4.14" env_logger = "0.8.2"