13 lines
340 B
TOML
13 lines
340 B
TOML
[package]
|
|
name = "anykey-firmware"
|
|
version = "0.1.0"
|
|
authors = ["luj0ga <Luca@hackerspace-bamberg.de>"]
|
|
edition = "2018"
|
|
readme = "README.md"
|
|
|
|
[dependencies]
|
|
cortex-m = "0.6.4"
|
|
cortex-m-rt = "0.6.13"
|
|
panic-halt = "0.2.0"
|
|
stm32f0xx-hal = { git = "https://github.com/stm32-rs/stm32f0xx-hal", rev = "73b0fac", features = ["rt", "stm32f072"] }
|