From c15f980db35f53c539b248d8136de392c1fdd216 Mon Sep 17 00:00:00 2001 From: beau trepp Date: Fri, 27 Dec 2019 18:38:51 +0800 Subject: [PATCH] Adds in crate information to license file --- Cargo.toml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/Cargo.toml b/Cargo.toml index 0d860df..b4a58f4 100644 --- a/Cargo.toml +++ b/Cargo.toml @@ -3,7 +3,9 @@ name = "usbd-midi" version = "0.1.0" authors = ["beau trepp "] edition = "2018" - +description = "A usb-midi implementation for usb-device" +homepage = "https://github.com/btrepp/usbd-midi" +license = "MIT" # See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html [dependencies]