horn_driver/Cargo.toml

13 lines
216 B
TOML
Raw Normal View History

[package]
name = "horn_driver"
version = "0.1.0"
edition = "2024"
[dependencies]
cortex-m = "0.7.7"
cortex-m-rt = "0.7.5"
panic-halt = "1.0.0"
stm32l4xx-hal = { version = "0.7.1", features = ["rt", "stm32l433"] }