From 750bc1c9c2f925d198c5d760325a4b2e2498352a Mon Sep 17 00:00:00 2001 From: Muhammad Nauman Raza Date: Wed, 13 Mar 2024 20:25:23 +0000 Subject: [PATCH] chore(docs): only one of license or license-file in Cargo.toml --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 498a1c6..6bb614c 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -6,7 +6,6 @@ authors = ["Muhammad Nauman Raza "] description = "A simple, featureful and blazingly fast memory-safe alternative to 'rm' written in Rust." readme = "README.md" license = "MIT" -license-file = "LICENSE.md" [dependencies] clap = { version = "4.5.2", features = ["derive"] }