[package] name = "anykey-firmware" version = "0.1.0" authors = ["luj0ga "] edition = "2018" readme = "README.md" [dependencies] cortex-m-rt = "0.6.13" panic-halt = "0.2.0" stm32f0xx-hal = { version = "0.17.1", features = ["rt", "stm32f072"] }