stm32-usbd-usart/Cargo.toml

16 lines
378 B
TOML
Raw Normal View History

2020-04-26 17:01:54 +02:00
[package]
name = "stm32-usbd-usart"
version = "0.1.0"
authors = ["Sebastian Schumb <sebastian@sebastians-site.de>"]
edition = "2018"
[dependencies]
cortex-m = "0.6"
cortex-m-rt = "0.6"
2020-04-26 17:15:15 +02:00
stm32f1xx-hal = { version = "0.5.3", features = ["stm32f103", "stm32-usbd", "rt"] }
2020-04-26 17:01:54 +02:00
panic-semihosting = "0.5"
usb-device = "0.2.4"
usbd-serial = "0.1"
embedded-hal = "0.2.3"
bbqueue = "0.4.4"