[package] name = "hackamp-firmware" version = "0.1.0" authors = ["Mathias Gottschlag "] edition = "2018" [dependencies] cortex-m = "0.6" cortex-m-rt = "0.6" cortex-m-rtic = "0.5.3" embedded-hal = "0.2.3" panic-semihosting = "0.5" stm32f4xx-hal = { version = "0.8.3", features = ["stm32f429", "usb_hs"] } [profile] [profile.release] debug = true lto = true