mirror of
https://github.com/italicsjenga/usbd-midi.git
synced 2024-12-23 12:21:30 +11:00
Adds in crate information to license file
This commit is contained in:
parent
9207334ff1
commit
c15f980db3
|
@ -3,7 +3,9 @@ name = "usbd-midi"
|
|||
version = "0.1.0"
|
||||
authors = ["beau trepp <beautrepp@gmail.com>"]
|
||||
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]
|
||||
|
|
Loading…
Reference in a new issue