usbd-midi/Cargo.toml
beau trepp 0f31acf6ce Adds in midi note enums
This should be much more human readable,
rather than relying on knowing the midi codes.

It should be represented the same way anyway,
and also works with sharps/flats
2019-09-17 21:13:19 +08:00

13 lines
321 B
TOML

[package]
name = "usbd-midi"
version = "0.1.0"
authors = ["beau trepp <beautrepp@gmail.com>"]
edition = "2018"
# 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 = {version = "0.2.3", path = "../usb-device" }