2020-10-30 15:40:33 +01:00
|
|
|
[package]
|
|
|
|
name = "anykey-firmware"
|
|
|
|
version = "0.1.0"
|
|
|
|
authors = ["luj0ga <Luca@hackerspace-bamberg.de>"]
|
|
|
|
edition = "2018"
|
2020-10-30 16:03:38 +01:00
|
|
|
readme = "README.md"
|
2020-10-30 15:40:33 +01:00
|
|
|
|
|
|
|
[dependencies]
|
2020-11-03 20:57:05 +01:00
|
|
|
cortex-m = "0.6.4"
|
2020-10-30 21:05:41 +01:00
|
|
|
cortex-m-rt = "0.6.13"
|
|
|
|
panic-halt = "0.2.0"
|
2020-10-31 17:17:44 +01:00
|
|
|
stm32f0xx-hal = { version = "0.17.1", features = ["rt", "stm32f072"] }
|