usbd-midi/Cargo.toml

14 lines
402 B
TOML
Raw Normal View History

2019-09-15 17:53:49 +10:00
[package]
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"
2019-09-15 17:53:49 +10:00
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
[dependencies]
embedded-hal = "0.2.2"
nb = "0.1.2"
usb-device = "0.2.3"