Update Cargo.toml

Removed license-file key
This commit is contained in:
Jamie Hardt
2020-11-20 22:29:56 -08:00
parent 79f146a222
commit 048f58d856

View File

@@ -4,7 +4,6 @@ version = "0.1.1"
authors = ["Jamie Hardt <jamiehardt@me.com>"] authors = ["Jamie Hardt <jamiehardt@me.com>"]
edition = "2018" edition = "2018"
license = "MIT" license = "MIT"
license-file = "LICENSE"
description = "Rust Wave File Reader/Writer with Broadcast-WAV, MBWF and RF64 Support" description = "Rust Wave File Reader/Writer with Broadcast-WAV, MBWF and RF64 Support"
homepage = "https://github.com/iluvcapra/bwavfile" homepage = "https://github.com/iluvcapra/bwavfile"
readme = "README.md" readme = "README.md"