mirror of
https://github.com/italicsjenga/usbd-midi.git
synced 2024-12-23 12:21:30 +11:00
0f31acf6ce
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
13 lines
321 B
TOML
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" }
|