From 1242a9e2283d898c8d831ca19a4ea0e567fa72dd Mon Sep 17 00:00:00 2001 From: Jamie Hardt Date: Fri, 20 Nov 2020 11:16:49 -0800 Subject: [PATCH] Update Cargo.toml --- Cargo.toml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/Cargo.toml b/Cargo.toml index b56d62a..52fcc8b 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,6 +3,12 @@ name = "bwavfile" version = "0.1.0" 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" + # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html