15 lines
366 B
TOML
15 lines
366 B
TOML
[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"
|
|
panic-halt = "0.2.0"
|
|
stm32f0xx-hal = { version = "0.18.0", features = ["rt", "stm32f072", "stm32-usbd"] }
|
|
usb-device = "0.3.2"
|
|
usbd-hid = "0.7.0"
|