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]