2024-07-15 01:26:23 +02:00
|
|
|
[package]
|
|
|
|
name = "faderboard"
|
|
|
|
version = "0.1.0"
|
|
|
|
edition = "2021"
|
|
|
|
|
|
|
|
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
|
|
|
|
|
|
|
|
[dependencies]
|
|
|
|
cortex-m = "0.7.7"
|
|
|
|
cortex-m-rt = "0.7.3"
|
2024-07-21 20:56:52 +02:00
|
|
|
embedded-hal = "0.2.7"
|
|
|
|
fixed = "1.27.0"
|
|
|
|
fixed-macro = "1.2.0"
|
2024-07-15 01:26:23 +02:00
|
|
|
panic-halt = "0.2.0"
|
2024-07-15 17:04:02 +02:00
|
|
|
stm32f0xx-hal = { git = "https://github.com/lujoga/stm32f0xx-hal.git", branch = "v0.18.0-backports", features = ["rt", "stm32f072", "stm32-usbd"] }
|
2024-07-15 23:17:44 +02:00
|
|
|
usb-device = "0.2.9"
|
|
|
|
usbd-serial = "0.1.1"
|