mirror of
https://github.com/italicsjenga/usbd-midi.git
synced 2025-01-11 12:51:30 +11:00
12 lines
320 B
TOML
12 lines
320 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" }
|