From 048f58d85643636b4c01e5293fd1b817b9aed95c Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 20 Nov 2020 22:29:56 -0800 Subject: [PATCH] Update Cargo.toml Removed license-file key --- Cargo.toml | 1 - 1 file changed, 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 4644fb5..93204c5 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -4,7 +4,6 @@ version = "0.1.1" authors = ["Jamie Hardt "] edition = "2018" license = "MIT" -license-file = "LICENSE" description = "Rust Wave File Reader/Writer with Broadcast-WAV, MBWF and RF64 Support" homepage = "https://github.com/iluvcapra/bwavfile" readme = "README.md"