mirror of
https://github.com/italicsjenga/usbd-midi.git
synced 2024-12-23 12:21:30 +11:00
dd37e5efcc
Swaps a few things around, and adds some better types
13 lines
296 B
TOML
13 lines
296 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"}
|