Release embassy-usb-logger v0.1.0

This commit is contained in:
Dario Nieuwenhuis 2024-01-14 23:02:19 +01:00
parent 701c9d1764
commit d6a31dd55c

View File

@ -2,6 +2,12 @@
name = "embassy-usb-logger"
version = "0.1.0"
edition = "2021"
license = "MIT OR Apache-2.0"
description = "`log` implementation for USB serial using `embassy-usb`."
keywords = ["embedded", "log", "usb", "hal", "serial"]
categories = ["embedded", "hardware-support", "no-std", "asynchronous"]
repository = "https://github.com/embassy-rs/embassy"
documentation = "https://docs.embassy.dev/embassy-usb-logger"
[package.metadata.embassy_docs]
src_base = "https://github.com/embassy-rs/embassy/blob/embassy-usb-logger-v$VERSION/embassy-usb/src/"
@ -12,7 +18,4 @@ target = "thumbv7em-none-eabi"
embassy-usb = { version = "0.1.0", path = "../embassy-usb" }
embassy-sync = { version = "0.5.0", path = "../embassy-sync" }
embassy-futures = { version = "0.1.0", path = "../embassy-futures" }
futures = { version = "0.3", default-features = false }
static_cell = { version = "2" }
usbd-hid = "0.6.0"
log = "0.4"