mirror of
https://github.com/italicsjenga/usbd-midi.git
synced 2024-12-23 12:21:30 +11:00
8f640eb02f
Updates the requirements on [nb](https://github.com/rust-embedded/nb) to permit the latest version. - [Release notes](https://github.com/rust-embedded/nb/releases) - [Changelog](https://github.com/rust-embedded/nb/blob/master/CHANGELOG.md) - [Commits](https://github.com/rust-embedded/nb/compare/v0.1.2...v1.0.0) Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
19 lines
471 B
TOML
19 lines
471 B
TOML
[package]
|
|
name = "usbd-midi"
|
|
version = "0.2.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"
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
[dependencies]
|
|
embedded-hal = "0.2.2"
|
|
nb = "1.0.0"
|
|
usb-device = "0.2.3"
|
|
|
|
[dependencies.num_enum]
|
|
version = "0.5.1"
|
|
default-features = false
|