[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" embedded-hal = "0.2.7" fixed = "1.27.0" fixed-macro = "1.2.0" 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.2.9" usbd-serial = "0.1.1"