[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 = { git = "https://github.com/lujoga/stm32f0xx-hal.git", branch = "v0.18.0-backports", features = ["rt", "stm32f072", "stm32-usbd"] } usb-device = "0.3.2" usbd-hid = "0.7.0"