anykey-firmware/Cargo.toml

14 lines
301 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"
2022-02-23 22:16:46 +01:00
nb = "1"
2020-10-30 21:05:41 +01:00
panic-halt = "0.2.0"
2022-02-23 22:13:26 +01:00
stm32f0xx-hal = { version = "0.18.0", features = ["rt", "stm32f072"] }