anykey-firmware/Cargo.toml

13 lines
292 B
TOML
Raw Normal View History

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]
cortex-m = "0.6.4"
2020-10-30 21:05:41 +01:00
cortex-m-rt = "0.6.13"
panic-halt = "0.2.0"
stm32f0xx-hal = { version = "0.17.1", features = ["rt", "stm32f072"] }