usbd-midi/Cargo.toml
dependabot-preview[bot] 8f640eb02f
Update nb requirement from 0.1.2 to 1.0.0
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>
2021-01-01 04:00:57 +00:00

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